File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 10
10
"scripts" : {
11
11
"build" : " babel src -d dist --ignore *.spec.js" ,
12
12
"prepublish" : " npm run build" ,
13
- "jest" : " jest src/**/*.test.js" ,
14
- "test" : " mocha \" src/**/*spec.js\" --recursive --compilers js:babel-register" ,
15
- "test:coverage" : " babel-node ./node_modules/.bin/babel-istanbul cover _mocha -- \" src/**/*spec.js\" --recursive --compilers js:babel-register" ,
13
+ "test" : " jest src/**/*.test.js" ,
14
+ "test:coverage" : " jest --coverage" ,
16
15
"test:coveralls" : " npm run test:coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls" ,
17
- "test:watch" : " npm test -- -w "
16
+ "test:watch" : " npm test -- --watch "
18
17
},
19
18
"author" : " Matt Phillips" ,
20
19
"license" : " MIT" ,
21
20
"devDependencies" : {
22
21
"babel-cli" : " ^6.18.0" ,
23
22
"babel-core" : " ^6.18.2" ,
24
- "babel-istanbul" : " ^0.12.1" ,
25
23
"babel-jest" : " ^19.0.0" ,
26
24
"babel-plugin-add-module-exports" : " ^0.2.1" ,
27
25
"babel-plugin-transform-es2015-modules-umd" : " ^6.22.0" ,
28
26
"babel-preset-es2015" : " ^6.18.0" ,
29
27
"babel-preset-stage-0" : " ^6.16.0" ,
30
- "chai" : " ^3.5.0" ,
31
28
"coveralls" : " ^2.11.15" ,
32
29
"jest" : " ^19.0.2" ,
33
- "jest-each" : " 0.0.1" ,
34
- "mocha" : " ^3.1.2" ,
35
- "mocha-each" : " ^1.0.3"
30
+ "jest-each" : " 0.2.0"
36
31
},
37
32
"babel" : {
38
33
"presets" : [
You can’t perform that action at this time.
0 commit comments