Skip to content

Commit db2f6f9

Browse files
authored
Don't run tests two times (#274)
1 parent 93403c8 commit db2f6f9

File tree

2 files changed

+928
-817
lines changed

2 files changed

+928
-817
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"sprintf-js": "^1.1.1"
4848
},
4949
"scripts": {
50-
"test": "jest",
50+
"test": "jest src",
5151
"lint": "eslint src",
5252
"fix": "eslint --fix src",
5353
"eslint-check": "eslint-config-prettier src/index.js",

0 commit comments

Comments
 (0)