Skip to content

Commit

Permalink
Most recent Jest code (issue #365)
Browse files Browse the repository at this point in the history
  • Loading branch information
sophieeng committed Oct 12, 2022
1 parent eb49b80 commit e7013d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions package.json
Expand Up @@ -8,12 +8,7 @@
"setupFiles": [
"fake-indexeddb/auto"
],
"verbose": true,
"transformIgnorePatterns": [
[
"node_modules"
]
]
"verbose": true
},
"scripts": {
"prestart": "rimraf dev",
Expand Down
2 changes: 1 addition & 1 deletion src/tests/background/validCookie.test.js
@@ -1,6 +1,6 @@


import { isValidSignalIAB } from "./cookiesIAB";
import { isValidSignalIAB } from '../background/cookiesIAB';

/* Test mocking
jest.mock("../../background/cookiesIAB", () => jest.fn());
Expand Down

0 comments on commit e7013d2

Please sign in to comment.