mjackson / expect

Write better assertions
MIT License
2.29k stars 117 forks source link

Add expect-enzyme extension to readme #199

Closed PsychoLlama closed 7 years ago

PsychoLlama commented 7 years ago

Hey @mjackson! I made an expect extension for enzyme (a library for testing React components) and I'd like to shamelessly publicize it on your readme :smile:

ps: I love your expect library! It's in nearly all my projects.

PsychoLlama commented 7 years ago

Thanks @ljharb! That's a good idea :sunglasses:

mjackson commented 7 years ago

@PsychoLlama Just FYI, I'm working on giving this package to the Jest team so we're kinda in maintenance mode here. I believe they're planning on preserving the extend API, however, so extensions should still work. But you'll probably want to check with them to be sure.

PsychoLlama commented 7 years ago

Ah, good to know. Thanks for the heads up!