Closed pelhage closed 8 years ago
If we could solve this, either by addressing the root problem or even switching to a slightly different testing set up, I'd be happy to start implementing tests for this project!
I create test setup with jest and enzyme.
Welcome PR's for tests
Hey, I'd like to set up some tests for react-slick, but am having a few issues with the current set up:
A couple issues that are related
npm run dev-test
runs tests, but doesn't work when trying to useenzyme
'srender
method.I tried implementing some solutions to similarly reported issues but no luck. See https://github.com/airbnb/enzyme/issues/309 && https://github.com/producthunt/chai-enzyme/issues/46 && https://github.com/airbnb/enzyme/issues/47
npm run test
is returning errors (see npm debug log below)2 could be a problem with my setup, but that would be surprising because
npm run dev-test
works and is the same command but without the--single-run
flag