Skip to content

Commit

Permalink
Add babel-jest-assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
mattphillips committed Dec 29, 2017
1 parent 284a135 commit 33fba61
Show file tree
Hide file tree
Showing 2 changed files with 997 additions and 378 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"scripts": {
"build": "babel src -d dist --ignore *.test.js",
"prepublish": "yarn build",
"test": "jest src/**/*.test.js",
"test": "jest",
"test:coverage": "yarn test -- --coverage",
"test:report": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
"test:watch": "yarn test -- --watch"
Expand All @@ -21,6 +21,7 @@
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-jest": "^22.0.0",
"babel-jest-assertions": "^0.1.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-es2015-modules-umd": "^6.23.0",
"babel-preset-es2015": "^6.18.0",
Expand All @@ -36,7 +37,8 @@
],
"plugins": [
"add-module-exports",
"transform-es2015-modules-umd"
"transform-es2015-modules-umd",
"babel-jest-assertions"
]
},
"repository": {
Expand Down
Loading

0 comments on commit 33fba61

Please sign in to comment.