Permalink
Browse files

chore(deps): remove chai and chai-enzyme (#1441)

  • Loading branch information...
1 parent 33aa7b1 commit f50e72bf60f526044c92926a4fb68bb79537395c @Dattaya Dattaya committed with gihrig Jan 12, 2017
Showing with 1 addition and 98 deletions.
  1. +0 −1 docs/general/introduction.md
  2. +0 −5 internals/testing/test-bundler.js
  3. +0 −2 package.json
  4. +1 −90 yarn.lock
@@ -21,7 +21,6 @@ Here's a curated list of packages (in no particular order) that you should have
- [ ] [Webpack](https://webpack.js.org/)
### Unit Testing
-- [ ] [Chai](http://chaijs.com/)
- [ ] [Jest](http://facebook.github.io/jest/)
- [ ] [Enzyme](http://airbnb.io/enzyme/)
@@ -1,8 +1,3 @@
// needed for regenerator-runtime
// (ES7 generator support is required by redux-saga)
import 'babel-polyfill';
-
-// If we need to use Chai, we'll have already chaiEnzyme loaded
-import chai from 'chai';
-import chaiEnzyme from 'chai-enzyme';
-chai.use(chaiEnzyme());
View
@@ -254,8 +254,6 @@
"babel-preset-react": "6.16.0",
"babel-preset-react-hmre": "1.1.1",
"babel-preset-stage-0": "6.16.0",
- "chai": "3.5.0",
- "chai-enzyme": "0.6.1",
"cheerio": "0.22.0",
"circular-dependency-plugin": "2.0.0",
"coveralls": "2.11.15",
View

Some generated files are not rendered by default. Learn more.

Oops, something went wrong.

0 comments on commit f50e72b

Please sign in to comment.