Skip to content

Commit

Permalink
fix: added types to test and remove test on built files
Browse files Browse the repository at this point in the history
  • Loading branch information
yehjxraymond committed Mar 26, 2020
1 parent f51c707 commit 287eec0
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,21 @@
},
"jest": {
"globalSetup": "./jest/setup.ts",
"globalTeardown": "./jest/teardown.ts"
"globalTeardown": "./jest/teardown.ts",
"moduleFileExtensions": [
"js",
"json",
"jsx",
"d.ts",
"ts",
"tsx",
"node"
],
"testPathIgnorePatterns": [
"/node_modules",
"/build",
"/dist"
]
},
"dependencies": {
"@openzeppelin/contracts-ethereum-package": "^2.4.0",
Expand Down

0 comments on commit 287eec0

Please sign in to comment.