File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 4
4
"instrumentation" : false ,
5
5
"sourceMap" : false ,
6
6
"reporter" : " html" ,
7
- "lines" : 95.95 ,
8
- "statements" : 95 ,
7
+ "lines" : 95.45 ,
8
+ "statements" : 94.71 ,
9
9
"functions" : 96 ,
10
10
"branches" : 92 ,
11
11
"exclude" : [
Original file line number Diff line number Diff line change @@ -26,12 +26,15 @@ script:
26
26
- ' if [ -n "${POSTTEST-}" ]; then npm run posttest ; fi'
27
27
- ' if [ -n "${COVERAGE-}" ]; then npm run coverage ; fi'
28
28
- ' if [ -n "${TEST-}" ]; then npm run tests-only ; fi'
29
+ - ' if [ -n "${BIGINT-}" ]; then npm run test:bigint ; fi'
29
30
sudo : false
30
31
env :
31
32
- TEST=true
32
33
matrix :
33
34
fast_finish : true
34
35
include :
36
+ - node_js : " 10.0"
37
+ env : BIGINT=true
35
38
- node_js : " node"
36
39
env : COVERAGE=true
37
40
- node_js : " 9.10"
Original file line number Diff line number Diff line change 10
10
},
11
11
"scripts" : {
12
12
"test" : " npm run tests-only" ,
13
+ "posttest" : " npm run test:bigint" ,
13
14
"pretests-only" : " node test-core-js" ,
14
15
"tests-only" : " tape test/*.js" ,
16
+ "test:bigint" : " node --harmony-bigint test/bigint" ,
15
17
"coverage" : " nyc npm run tests-only"
16
18
},
17
19
"testling" : {
You can’t perform that action at this time.
0 commit comments