File tree 2 files changed +997
-378
lines changed
2 files changed +997
-378
lines changed Original file line number Diff line number Diff line change 10
10
"scripts" : {
11
11
"build" : " babel src -d dist --ignore *.test.js" ,
12
12
"prepublish" : " yarn build" ,
13
- "test" : " jest src/**/*.test.js " ,
13
+ "test" : " jest" ,
14
14
"test:coverage" : " yarn test -- --coverage" ,
15
15
"test:report" : " cat ./coverage/lcov.info | ./node_modules/.bin/coveralls" ,
16
16
"test:watch" : " yarn test -- --watch"
21
21
"babel-cli" : " ^6.18.0" ,
22
22
"babel-core" : " ^6.18.2" ,
23
23
"babel-jest" : " ^22.0.0" ,
24
+ "babel-jest-assertions" : " ^0.1.0" ,
24
25
"babel-plugin-add-module-exports" : " ^0.2.1" ,
25
26
"babel-plugin-transform-es2015-modules-umd" : " ^6.23.0" ,
26
27
"babel-preset-es2015" : " ^6.18.0" ,
36
37
],
37
38
"plugins" : [
38
39
" add-module-exports" ,
39
- " transform-es2015-modules-umd"
40
+ " transform-es2015-modules-umd" ,
41
+ " babel-jest-assertions"
40
42
]
41
43
},
42
44
"repository" : {
You can’t perform that action at this time.
0 commit comments