Skip to content

Commit 30f6e98

Browse files
committed
chore: Remove unused fetch-mock imports from app tests
Cleaned up app.test.ts by removing unused fetch-mock-jest imports and calls. This prepares the file for future test implementations.
1 parent 0102fec commit 30f6e98

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lib/__tests__/app.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
import fetchMock from "fetch-mock-jest";
21
// TODO: Add tests
3-
fetchMock.sandbox();

0 commit comments

Comments
 (0)