Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove enzyme and react-addons-test-utils #332

Merged
merged 4 commits into from
Jul 12, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/overview.md
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
@@ -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.