File tree Expand file tree Collapse file tree 2 files changed +997
-378
lines changed
Expand file tree Collapse file tree 2 files changed +997
-378
lines changed Original file line number Diff line number Diff line change 1010 "scripts" : {
1111 "build" : " babel src -d dist --ignore *.test.js" ,
1212 "prepublish" : " yarn build" ,
13- "test" : " jest src/**/*.test.js " ,
13+ "test" : " jest" ,
1414 "test:coverage" : " yarn test -- --coverage" ,
1515 "test:report" : " cat ./coverage/lcov.info | ./node_modules/.bin/coveralls" ,
1616 "test:watch" : " yarn test -- --watch"
2121 "babel-cli" : " ^6.18.0" ,
2222 "babel-core" : " ^6.18.2" ,
2323 "babel-jest" : " ^22.0.0" ,
24+ "babel-jest-assertions" : " ^0.1.0" ,
2425 "babel-plugin-add-module-exports" : " ^0.2.1" ,
2526 "babel-plugin-transform-es2015-modules-umd" : " ^6.23.0" ,
2627 "babel-preset-es2015" : " ^6.18.0" ,
3637 ],
3738 "plugins" : [
3839 " add-module-exports" ,
39- " transform-es2015-modules-umd"
40+ " transform-es2015-modules-umd" ,
41+ " babel-jest-assertions"
4042 ]
4143 },
4244 "repository" : {
You can’t perform that action at this time.
0 commit comments