File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -141,4 +141,5 @@ vendor/ocaml
141
141
jscomp /.lsp
142
142
.vscode /launch.json
143
143
tracing * .json
144
- darwin /bsc
144
+ darwin /bsc
145
+ .nyc_output
Original file line number Diff line number Diff line change 1
1
{
2
2
"devDependencies" : {
3
- "mocha" : " ^6.2.2"
3
+ "mocha" : " ^6.2.2" ,
4
+ "nyc" : " ^15.0.0"
4
5
},
5
6
"bin" : {
6
7
"bsb" : " bsb" ,
13
14
"test-theme" : " node scripts/ciTest.js -theme" ,
14
15
"test-bsb" : " node scripts/ciTest.js -bsb" ,
15
16
"test-ocaml" : " node scripts/ciTest.js -ounit" ,
16
- "postinstall" : " node scripts/install.js"
17
+ "postinstall" : " node scripts/install.js" ,
18
+ "coverage" : " nyc --timeout=3000 --report=html mocha jscomp/test/*test.js && open ./coverage/index.html"
17
19
},
18
20
"name" : " bs-platform" ,
19
21
"version" : " 7.3.0-dev.1" ,
You can’t perform that action at this time.
0 commit comments