mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-01-10 06:52:00 -05:00
Unify integration and unit tests to resolve issue with coverage reporting
This commit is contained in:
parent
279a9560af
commit
50b896e935
1 changed files with 2 additions and 3 deletions
|
@ -18,9 +18,8 @@
|
|||
"prepublish": "npm run build",
|
||||
"prepublish-watch": "npm run watch",
|
||||
"start": "./node_modules/.bin/webpack-dev-server",
|
||||
"tap-integration": "./node_modules/.bin/tap ./test/integration/*.js",
|
||||
"tap-unit": "./node_modules/.bin/tap ./test/unit/*.js",
|
||||
"test": "npm run lint && npm run tap-unit && npm run tap-integration",
|
||||
"tap": "./node_modules/.bin/tap ./test/{unit,integration}/*.js",
|
||||
"test": "npm run lint && npm run tap",
|
||||
"watch": "./node_modules/.bin/webpack --progress --colors --watch",
|
||||
"version": "./node_modules/.bin/json -f package.json -I -e \"this.repository.sha = '$(git log -n1 --pretty=format:%H)'\""
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue