Skip to content

Commit

Permalink
Use jest test as the integration test.
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoda committed Dec 23, 2016
1 parent d7f8853 commit 6d606f9
Show file tree
Hide file tree
Showing 3 changed files with 3,076 additions and 67 deletions.
2 changes: 1 addition & 1 deletion .storybook/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ function loadStories() {
require('../stories/directly_required')
}

configure(loadStories, module);
configure(loadStories, module);
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"scripts": {
"prepublish": "babel ./src --out-dir ./dist",
"lint": "standard",
"test": "npm run lint",
"jest": "jest",
"test": "npm run lint && npm run jest",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
Expand All @@ -24,11 +24,12 @@
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"jest": "^18.0.0",
"react-dom": "^15.4.1",
"standard": "^8.6.0"
},
"dependencies": {
"react": "^15.4.1",
"babel-runtime": "^6.20.0",
"react": "^15.4.1",
"react-test-renderer": "^15.3.1",
"read-pkg-up": "^2.0.0"
}
Expand Down
Loading

0 comments on commit 6d606f9

Please sign in to comment.