Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
Remove enzyme dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffstieler committed Oct 8, 2020
1 parent 51d4312 commit 7de2c4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,6 @@
"deasync": "0.1.20",
"deep-freeze": "0.0.1",
"docsify-cli": "4.4.1",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.4",
"enzyme-to-json": "3.5.0",
"fs-extra": "8.1.0",
"grunt": "1.3.0",
"grunt-checktextdomain": "1.0.1",
Expand Down
3 changes: 1 addition & 2 deletions tests/js/jest.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,5 @@
],
"testEnvironment": "jest-environment-jsdom-sixteen",
"timers": "modern",
"verbose": true,
"snapshotSerializers": [ "enzyme-to-json/serializer" ]
"verbose": true
}

0 comments on commit 7de2c4d

Please sign in to comment.