File tree 2 files changed +14
-13
lines changed
2 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 1
- coverage.html
1
+ coverage
2
+ .nyc_output
3
+ * .log
Original file line number Diff line number Diff line change 4
4
"description" : " JavaScript time series spike detection for Node.js; like the Octave findpeaks function." ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
- "test" : " npm run unit-tests" ,
7
+ "test" : " nyc mocha --reporter dot 'test/**/*.js'" ,
8
+ "posttest" : " npm run benchmarks" ,
8
9
"eslint" : " eslint ./lib/" ,
9
- "unit-tests" : " mocha --reporter dot 'test/**/*.js'" ,
10
- "test-watch" : " mocha --reporter dot --watch 'test/**/*.js'" ,
11
- "bench" : " ./bin/run-benchmarks.js"
10
+ "benchmarks" : " ./bin/run-benchmarks.js"
12
11
},
13
12
"repository" : {
14
13
"type" : " git" ,
15
14
"url" : " https://github.com/bbc/slayer.git"
16
15
},
17
- "config" : {
18
- "blanket" : {
19
- "pattern" : " /lib/" ,
20
- "data-cover-never" : " //(node_modules|test|entropy|average)/gm"
21
- }
16
+ "nyc" : {
17
+ "check-coverage" : true ,
18
+ "reporter" : [
19
+ " text" ,
20
+ " html"
21
+ ]
22
22
},
23
23
"keywords" : [
24
24
" maths" ,
35
35
"license" : " Apache-2" ,
36
36
"devDependencies" : {
37
37
"benchmark" : " ^1.0.0" ,
38
- "blanket" : " 1.1.9" ,
39
- "chai" : " ^1.9.1" ,
38
+ "chai" : " ^3.5.0" ,
40
39
"eslint" : " ^0.5.0" ,
41
- "mocha" : " ^1.20.1 " ,
40
+ "mocha" : " ^3.1.0 " ,
42
41
"sinon" : " ^1.9.1" ,
43
42
"sinon-chai" : " ^2.5.0"
44
43
},
You can’t perform that action at this time.
0 commit comments