Skip to content
Snippets Groups Projects
Commit fd43fa58 authored by Eduardo L. Buratti's avatar Eduardo L. Buratti
Browse files

Fix istanbul error about the typescript transpiler

parent 5a85ab96
Branches
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
"postinstall": "typings install", "postinstall": "typings install",
"start": "node index", "start": "node index",
"pretest": "tslint -s node_modules/tslint-stylish -t stylish src/**/*.ts test/**/*.ts", "pretest": "tslint -s node_modules/tslint-stylish -t stylish src/**/*.ts test/**/*.ts",
"test": "istanbul cover -x \"**/*.spec.ts\" -e .ts _mocha", "test": "ts-node node_modules/istanbul/lib/cli.js cover -x \"**/*.spec.ts\" -e .ts _mocha",
"show-coverage": "xdg-open coverage/lcov-report/index.html", "show-coverage": "xdg-open coverage/lcov-report/index.html",
"doc-api": "raml2html -i specs/blendb-api-v1.raml -o doc/api-v1-reference.html" "doc-api": "raml2html -i specs/blendb-api-v1.raml -o doc/api-v1-reference.html"
}, },
......
...@@ -7,5 +7,4 @@ ...@@ -7,5 +7,4 @@
--slow 300 --slow 300
--check-leaks --check-leaks
--globals expect --globals expect
--compilers ts:ts-node/register
./src/**/*.spec.ts ./src/**/*.spec.ts
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment