Skip to content

Commit 9679d28

Browse files
remove unnecessary 'debugger' statement
1 parent a955c50 commit 9679d28

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/toolkit/src/query/tests/createApi.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,6 @@ describe('endpoint definition typings', () => {
436436

437437
storeRef.store.dispatch(api.endpoints.query2.initiate('in2'))
438438
await waitMs(1)
439-
debugger
440439
expect(spy).toHaveBeenCalledWith(
441440
"Tag type 'missing' was used, but not specified in `tagTypes`!"
442441
)

0 commit comments

Comments
 (0)