Skip to content

Commit 33fba61

Browse files
committed
Add babel-jest-assertions
1 parent 284a135 commit 33fba61

File tree

2 files changed

+997
-378
lines changed

2 files changed

+997
-378
lines changed

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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"
@@ -21,6 +21,7 @@
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",
@@ -36,7 +37,8 @@
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": {

0 commit comments

Comments
 (0)