We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f51c707 commit 287eec0Copy full SHA for 287eec0
package.json
@@ -37,7 +37,21 @@
37
},
38
"jest": {
39
"globalSetup": "./jest/setup.ts",
40
- "globalTeardown": "./jest/teardown.ts"
+ "globalTeardown": "./jest/teardown.ts",
41
+ "moduleFileExtensions": [
42
+ "js",
43
+ "json",
44
+ "jsx",
45
+ "d.ts",
46
+ "ts",
47
+ "tsx",
48
+ "node"
49
+ ],
50
+ "testPathIgnorePatterns": [
51
+ "/node_modules",
52
+ "/build",
53
+ "/dist"
54
+ ]
55
56
"dependencies": {
57
"@openzeppelin/contracts-ethereum-package": "^2.4.0",
0 commit comments