Skip to content

Commit 287eec0

Browse files
committed
fix: added types to test and remove test on built files
1 parent f51c707 commit 287eec0

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

package.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,21 @@
3737
},
3838
"jest": {
3939
"globalSetup": "./jest/setup.ts",
40-
"globalTeardown": "./jest/teardown.ts"
40+
"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+
]
4155
},
4256
"dependencies": {
4357
"@openzeppelin/contracts-ethereum-package": "^2.4.0",

0 commit comments

Comments
 (0)