Skip to content

Commit

Permalink
chore: remove unneeded mock
Browse files Browse the repository at this point in the history
  • Loading branch information
alessbell committed Aug 13, 2024
1 parent 56cb458 commit 934fd31
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/__tests__/mocks/handlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ const graphQLHandler = createHandler<Resolvers>({
})),
},
},
mocks: {
String: () => "foo bar",
},
});

const handlers = [graphQLHandler];
Expand Down

1 comment on commit 934fd31

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lines Statements Branches Functions
Coverage: 99%
98.48% (130/132) 90% (36/40) 93.75% (30/32)
Tests Skipped Failures Errors Time
6 0 💤 0 ❌ 0 🔥 3.431s ⏱️
Coverage Report (99%)
File% Stmts% Branch% Funcs% LinesUncovered Line #s
All files98.489093.7599.22 
   handlers.ts10093.7510010089
   utilities.ts95.9187.585.7197.91120

Please sign in to comment.