Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
C3SL
blendb
Commits
fd43fa58
Commit
fd43fa58
authored
Aug 31, 2016
by
Eduardo L. Buratti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix istanbul error about the typescript transpiler
parent
5a85ab96
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
package.json
package.json
+1
-1
test/mocha.opts
test/mocha.opts
+0
-1
No files found.
package.json
View file @
fd43fa58
...
...
@@ -7,7 +7,7 @@
"postinstall"
:
"typings install"
,
"start"
:
"node index"
,
"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"
,
"doc-api"
:
"raml2html -i specs/blendb-api-v1.raml -o doc/api-v1-reference.html"
},
...
...
test/mocha.opts
View file @
fd43fa58
...
...
@@ -7,5 +7,4 @@
--slow 300
--check-leaks
--globals expect
--compilers ts:ts-node/register
./src/**/*.spec.ts
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment