remove useless test things
This commit is contained in:
parent
7c5fe5c9f7
commit
e168e8b9da
@ -32,9 +32,7 @@
|
||||
"type": "git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "NODE_PATH=src node node_modules/.bin/ava tests/*.spec.ts -e",
|
||||
"test:debug": "NODE_PATH=src node inspect node_modules/ava/profile.js",
|
||||
"test:all": "NODE_PATH=src node node_modules/.bin/ava",
|
||||
"test": "ava",
|
||||
"lint": "tslint -p tsconfig.json",
|
||||
"validate:tslint": "tslint-config-prettier-check ./tslint.json",
|
||||
"prepublishOnly": "yarn lint && yarn test && yarn tsc -d"
|
||||
|
Loading…
Reference in New Issue
Block a user