chore: revert jest no cache

This commit is contained in:
偏右 2020-09-07 17:34:10 +08:00 committed by GitHub
parent eb46b026fe
commit d5497dd47b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,12 +84,12 @@
"sort-api": "antd-tools run sort-api-table",
"start": "antd-tools run clean && cross-env NODE_ENV=development concurrently \"npm run color-less\" \"bisheng start -c ./site/bisheng.config.js\"",
"start:preact": "antd-tools run clean && cross-env NODE_ENV=development REACT_ENV=preact concurrently \"npm run color-less\" \"bisheng start -c ./site/bisheng.config.js\"",
"test": "jest --config .jest.js",
"test:update": "jest --config .jest.js --update-snapshot",
"test": "jest --config .jest.js --cache=false",
"test:update": "jest --config .jest.js --cache=false -u,
"test-all": "sh -e ./scripts/test-all.sh",
"test-node": "jest --config .jest.node.js",
"test-node": "jest --config .jest.node.js --cache=false",
"tsc": "tsc --noEmit",
"site:test": "jest --config .jest.site.js",
"site:test": "jest --config .jest.site.js --cache=false",
"test-image": "npm run compile:less && docker-compose run tests",
"version": "node ./scripts/generate-version"
},