Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
Move Enzyme to devDependencies
Browse files Browse the repository at this point in the history
Summary:
**what is the change?:**
see title

**why make this change?:**
This was mistakenly added to regular dependencies, when we only use it
for testing.

**test plan:**
`rm -rf node_modules && yarn install && yarn build && yarn test`

**issue:**
None open yet, but thanks for JLarky whose comment on
#1385 (comment)
prompted this.
Closes #1415

Differential Revision: D5961436

fbshipit-source-id: bb9c22bf9f29a7cfaea70d2b869b2fb17f31db8c
  • Loading branch information
flarnie authored and facebook-github-bot committed Oct 3, 2017
1 parent b5d445e commit 3e00f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"test-ci": "NODE_ENV=test npm run lint && npm run flow && npm run test"
},
"dependencies": {
"enzyme": "^2.9.1",
"fbjs": "^0.8.15",
"immutable": "~3.7.4",
"object-assign": "^4.1.0"
Expand All @@ -45,6 +44,7 @@
"babel-preset-fbjs": "^2.1.0",
"del": "^2.2.0",
"envify": "^3.4.0",
"enzyme": "^2.9.1",
"es6-shim": "^0.34.4",
"eslint": "^4.2.0",
"eslint-config-fbjs": "^2.0.0",
Expand Down

0 comments on commit 3e00f4a

Please sign in to comment.