Skip to content
This repository was archived by the owner on Dec 10, 2020. It is now read-only.

Commit b356ddf

Browse files
committed
Enable logger test
1 parent ff7cd49 commit b356ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"lint": "ethereumjs-config-lint",
2525
"lint:fix": "ethereumjs-config-lint-fix",
2626
"test": "npm run test:unit && npm run test:integration",
27-
"test:unit": "ts-node node_modules/tape/bin/tape 'test/!(integration)/**/*.ts'",
27+
"test:unit": "ts-node node_modules/tape/bin/tape 'test/{!(integration)/**/*.ts,logger.ts}'",
2828
"test:integration": "ts-node node_modules/tape/bin/tape 'test/integration/**/*.ts'",
2929
"test:browser": "karma start karma.conf.js"
3030
},

0 commit comments

Comments
 (0)