Skip to content

Commit

Permalink
Merge pull request #332 from thefrontside/jc/dependency-updates
Browse files Browse the repository at this point in the history
Remove enzyme and react-addons-test-utils
  • Loading branch information
cherewaty committed Jul 12, 2018
2 parents 4febf11 + 634ca63 commit 5212bf8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 36 deletions.
2 changes: 1 addition & 1 deletion doc/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Stripes components extend the functionality of raw React components in several w

* Re-rendering is possible because all relevant state is stored with Stripes or Okapi and managed outside of the component.

* This approach enables us to set up test harnesses where components can be fed stock data from their chosen Okapi web services (we will build on things like [Enzyme](http://airbnb.io/enzyme/) that do this more generically for React components).
* This approach enables us to set up test harnesses where components can be fed stock data from their chosen Okapi web services.

## Packages and dependencies

Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/stripes-core",
"version": "2.10.2",
"version": "2.10.3",
"description": "The starting point for Stripes applications",
"license": "Apache-2.0",
"repository": "folio-org/stripes-core",
Expand Down Expand Up @@ -36,12 +36,9 @@
"@folio/eslint-config-stripes": "^2.0.3",
"babel-register": "^6.16.3",
"chai": "^4.0.2",
"enzyme": "^2.5.0",
"eslint": "^4.8.0",
"mocha": "^3.1.2",
"mocha-junit-reporter": "^1.17.0",
"mock-require": "^2.0.1",
"react-addons-test-utils": "^15.3.2",
"sinon": "^4.1.3",
"sinon-chai": "^2.14.0",
"stylelint": "^8.2.0",
Expand Down
Empty file removed test/noop.js
Empty file.
31 changes: 0 additions & 31 deletions test/routes.js.disabled

This file was deleted.

0 comments on commit 5212bf8

Please sign in to comment.