Skip to content

Commit f8e4476

Browse files
committed
chore: update tests
1 parent 13024b2 commit f8e4476

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"scripts": {
99
"typecheck": "tsc -p tsconfig.json --noEmit",
10-
"test": "npx jest --testPathIgnorePatterns=etherscanApi.test.ts",
10+
"test": "npx jest --testPathIgnorePatterns='\\.integration\\.test\\.(ts|js)$'",
1111
"test:all": "npx jest",
1212
"lint": "npx eslint .",
1313
"lint:registry": "npx prettier --write 'rate-providers/registry.json'",
File renamed without changes.

0 commit comments

Comments
 (0)