mirror of
https://github.com/liabru/matter-js.git
synced 2025-01-20 17:10:11 -05:00
updated test scripts
This commit is contained in:
parent
80cf76b40b
commit
afa467aad6
1 changed files with 3 additions and 3 deletions
|
@ -52,11 +52,11 @@
|
||||||
"doc-watch": "nodemon --delay 3 --watch 'matter-doc-theme' --watch src -e 'js,html,css,handlebars' --exec 'npm run doc'",
|
"doc-watch": "nodemon --delay 3 --watch 'matter-doc-theme' --watch src -e 'js,html,css,handlebars' --exec 'npm run doc'",
|
||||||
"benchmark": "EXAMPLES=stress3 npm run test-node",
|
"benchmark": "EXAMPLES=stress3 npm run test-node",
|
||||||
"test": "npm run test-node",
|
"test": "npm run test-node",
|
||||||
"test-all": "jest --no-cache",
|
|
||||||
"test-save": "SAVE=true npm run test-node",
|
|
||||||
"test-watch": "npm run test-node -- --watch",
|
|
||||||
"test-node": "npm run build-dev && node --expose-gc node_modules/.bin/jest --force-exit --no-cache --runInBand ./test/Examples.spec.js",
|
"test-node": "npm run build-dev && node --expose-gc node_modules/.bin/jest --force-exit --no-cache --runInBand ./test/Examples.spec.js",
|
||||||
"test-browser": "node --expose-gc node_modules/.bin/jest --force-exit --no-cache --runInBand ./test/Browser.spec.js",
|
"test-browser": "node --expose-gc node_modules/.bin/jest --force-exit --no-cache --runInBand ./test/Browser.spec.js",
|
||||||
|
"test-all": "npm run test-node && npm run test-browser",
|
||||||
|
"test-save": "SAVE=true npm run test-node",
|
||||||
|
"test-watch": "npm run test-node -- --watch",
|
||||||
"changelog": "conventional-changelog -i CHANGELOG.md -s -r",
|
"changelog": "conventional-changelog -i CHANGELOG.md -s -r",
|
||||||
"release": "npm version --no-git-tag-version",
|
"release": "npm version --no-git-tag-version",
|
||||||
"preversion": "git checkout master && npm run lint && SAVE=true npm run test-all",
|
"preversion": "git checkout master && npm run lint && SAVE=true npm run test-all",
|
||||||
|
|
Loading…
Add table
Reference in a new issue