Skip to content

Commit

Permalink
Remove unhandled-promise from the recommended plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
negativetwelve committed Aug 27, 2017
1 parent c5c727b commit 0183d22
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/jest-plugins-recommended/package.json
Expand Up @@ -19,7 +19,6 @@
"dependencies": {
"jest-plugin-action": "^1.2.0",
"jest-plugin-console-matchers": "^1.2.0",
"jest-plugin-unhandled-promise": "^1.2.0",
"jest-plugins": "^1.2.0",
"jest-plugins-rspec": "^1.2.1"
},
Expand Down
1 change: 0 additions & 1 deletion packages/jest-plugins-recommended/setup.js
Expand Up @@ -4,5 +4,4 @@ require('jest-plugins')([

'jest-plugin-action',
'jest-plugin-console-matchers',
'jest-plugin-unhandled-promise',
]);

0 comments on commit 0183d22

Please sign in to comment.