Skip to content

Commit

Permalink
[Docs] Add link to new Preact adapter in README
Browse files Browse the repository at this point in the history
Replace the link to the Preact adapter with the newer one from the
Preact org on GitHub.

This adapter supports all three Enzyme rendering modes as well as the upcoming
Preact v10 release (which is a rewrite of the internals).

It also avoids an indirect dependency on React and the need to install the
React-compatibility layer in order to use it.
  • Loading branch information
robertknight authored and ljharb committed Apr 9, 2019
1 parent 79fa8ba commit 3cc2e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -68,7 +68,7 @@ to make a PR to this README and add a link to it! The known 3rd party adapters a

| Adapter Package | For Library | Status |
| --- | --- | --- |
| [`preact-enzyme-adapter`](https://github.com/aweary/preact-enzyme-adapater) | [`preact`](https://github.com/developit/preact) | (work in progress) |
| [`enzyme-adapter-preact-pure`](https://github.com/preactjs/enzyme-adapter-preact-pure) | [`preact`](https://github.com/developit/preact) | (stable) |
|[`enzyme-adapter-inferno`](https://github.com/bbc/enzyme-adapter-inferno)|[`inferno`](https://github.com/infernojs/inferno)|(work in progress)|

Running Enzyme Tests
Expand Down

0 comments on commit 3cc2e92

Please sign in to comment.