bls tests/ -> test/

This commit is contained in:
Cayman 2019-08-05 10:51:44 -05:00
parent b651b83acc
commit c1359b51fb
14 changed files with 3 additions and 3 deletions

View File

@ -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": {