bls tests/ -> test/
This commit is contained in:
parent
b651b83acc
commit
c1359b51fb
|
@ -27,9 +27,9 @@
|
||||||
"lint-fix": "eslint --ext .ts src/ --fix",
|
"lint-fix": "eslint --ext .ts src/ --fix",
|
||||||
"pretest": "yarn check-types",
|
"pretest": "yarn check-types",
|
||||||
"prepublishOnly": "yarn build",
|
"prepublishOnly": "yarn build",
|
||||||
"test:unit": "mocha -r ./.babel-register \"tests/unit/**/*.test.ts\"",
|
"test:unit": "mocha -r ./.babel-register \"test/unit/**/*.test.ts\"",
|
||||||
"test:spec": "mocha -r ./.babel-register \"tests/spec/**/*.test.ts\"",
|
"test:spec": "mocha -r ./.babel-register \"test/spec/**/*.test.ts\"",
|
||||||
"test": "nyc -r lcov -e .ts -x \"*.test.ts\" mocha -r ./.babel-register \"tests/**/*.test.ts\" && nyc report",
|
"test": "nyc -r lcov -e .ts -x \"*.test.ts\" mocha -r ./.babel-register \"test/**/*.test.ts\" && nyc report",
|
||||||
"coverage": "codecov"
|
"coverage": "codecov"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Reference in New Issue