0.0.9 • Published 6 years ago

enzyme-context-patch v0.0.9

Weekly downloads
34
License
MIT
Repository
github
Last release
6 years ago

Enzyme, Patched for context

This is a supplemental package for enzyme which fixes the Context issues in React 16. These context issues have been fixed in Enzyme, but are taking forever to be published to registries. See https://github.com/airbnb/enzyme/pull/1513 for more information.

This package sits alongside enzyme and patches the package in the postinstall hook. No changes are necessary once installed.

Installation

yarn add --dev enzyme-context-patch
npm install --save-dev enzyme-context-patch

Removal

Once enzyme updates you should be able to simply remove this package with:

yarn remove enzyme-context-patch
npm uninstall --save-dev enzyme-context-patch
0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago