File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 29
29
"babel-cli" : " ^6.14.0" ,
30
30
"babel-core" : " ^6.14.0" ,
31
31
"babel-eslint" : " ^7.0.0" ,
32
+ "babel-jest" : " ^16.0.0" ,
33
+ "babel-polyfill" : " ^6.16.0" ,
32
34
"babel-preset-es2015" : " ^6.14.0" ,
33
35
"coveralls" : " ^2.11.8" ,
34
36
"eslint" : " ^3.0.0" ,
50
52
"eslint" : " ^2.10.2 || 3.x"
51
53
},
52
54
"jest" : {
53
- "coverageReporters" : [" lcov" ],
55
+ "coverageReporters" : [
56
+ " lcov"
57
+ ],
54
58
"coverageDirectory" : " reports"
55
59
}
56
60
}
Original file line number Diff line number Diff line change @@ -331,7 +331,7 @@ babel-helpers@^6.16.0:
331
331
babel-runtime "^6.0.0"
332
332
babel-template "^6.16.0"
333
333
334
- babel-jest@^16.0.0 :
334
+ babel-jest, babel-jest @^16.0.0 :
335
335
version "16.0.0"
336
336
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-16.0.0.tgz#348729aea6d624a4774b8a934d07a40dd2cfd640"
337
337
dependencies :
@@ -548,7 +548,7 @@ babel-plugin-transform-strict-mode@^6.8.0:
548
548
babel-runtime "^6.0.0"
549
549
babel-types "^6.8.0"
550
550
551
- babel-polyfill@^6.16.0 :
551
+ babel-polyfill, babel-polyfill @^6.16.0 :
552
552
version "6.16.0"
553
553
resolved "https://registry.yarnpkg.com/babel-polyfill/-/babel-polyfill-6.16.0.tgz#2d45021df87e26a374b6d4d1a9c65964d17f2422"
554
554
dependencies :
You can’t perform that action at this time.
0 commit comments