Update package.json

Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
pull/7933/head
Tan Li Hau 4 years ago committed by GitHub
parent 5eff3bf243
commit ea0060556d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -86,7 +86,7 @@
}, },
"types": "types/runtime/index.d.ts", "types": "types/runtime/index.d.ts",
"scripts": { "scripts": {
"test": "npm run test:integration && npm run test:unit", "test": "npm run test:unit && npm run test:integration",
"test:integration": "mocha --exit", "test:integration": "mocha --exit",
"test:unit": "mocha --config .mocharc.unit.js --exit", "test:unit": "mocha --config .mocharc.unit.js --exit",
"quicktest": "mocha --exit", "quicktest": "mocha --exit",

Loading…
Cancel
Save