There was an error while loading. Please reload this page.
1 parent 13024b2 commit f8e4476Copy full SHA for f8e4476
2 files changed
package.json
@@ -7,7 +7,7 @@
7
},
8
"scripts": {
9
"typecheck": "tsc -p tsconfig.json --noEmit",
10
- "test": "npx jest --testPathIgnorePatterns=etherscanApi.test.ts",
+ "test": "npx jest --testPathIgnorePatterns='\\.integration\\.test\\.(ts|js)$'",
11
"test:all": "npx jest",
12
"lint": "npx eslint .",
13
"lint:registry": "npx prettier --write 'rate-providers/registry.json'",
test/typescript/createApiFor.test.ts …escript/createApiFor.integration.test.tstest/typescript/createApiFor.test.ts renamed to test/typescript/createApiFor.integration.test.ts
0 commit comments