Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 33fba61

Browse files
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‎

Lines changed: 4 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /