Skip to content

Commit 9d5440a

Browse files
committed
fix js tests
1 parent c4ab48b commit 9d5440a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: visual-js/visual-cypress/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@
7979
"scripts": {
8080
"build": "tsup",
8181
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\"",
82-
"test": "jest --collect-coverage",
82+
"test-ignored": "jest --collect-coverage",
8383
"watch": "tsc-watch --declaration -p .",
84-
"test:cjs": "node ./test-cjs.cjs"
84+
"test": "node ./test-cjs.cjs"
8585
},
8686
"publishConfig": {
8787
"access": "public"
8888
}
89-
}
89+
}

Diff for: visual-js/visual-nightwatch/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
},
3333
"scripts": {
3434
"lint": "eslint \"{nightwatch,utils}/**/*.js\"",
35-
"test": "jest --collect-coverage"
35+
"test-ignored": "jest --collect-coverage"
3636
},
3737
"publishConfig": {
3838
"access": "public"
3939
}
40-
}
40+
}

0 commit comments

Comments
 (0)