Skip to content

Commit 8ee0ebb

Browse files
committed
disable jest cache
1 parent 1f2f9fe commit 8ee0ebb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545
"lint": "eslint 'src/**/*.js' 'demo/js/Demo.js' 'demo/js/Compare.js' 'examples/*.js' 'webpack.*.js'",
4646
"doc": "yuidoc --config yuidoc.json --project-version $npm_package_version",
4747
"test": "npm run test-node",
48-
"test-all": "jest",
48+
"test-all": "jest --no-cache",
4949
"test-save": "SAVE=true npm run test-node",
5050
"test-watch": "npm run test-node -- --watch",
51-
"test-node": "jest ./test/Examples.spec.js",
52-
"test-browser": "jest ./test/Browser.spec.js",
51+
"test-node": "jest --no-cache ./test/Examples.spec.js",
52+
"test-browser": "jest --no-cache ./test/Browser.spec.js",
5353
"changelog": "conventional-changelog -i CHANGELOG.md -s -r",
5454
"release": "npm version --no-git-tag-version",
5555
"preversion": "git checkout master && npm run lint && SAVE=true npm run test-all",

0 commit comments

Comments
 (0)