Uh oh!
There was an error while loading. Please reload this page.
Catch "No tests found" during CI - #2387
Conversation
EnoahNetzach
commented
May 27, 2017
Related to this, I've opened a PR in jest in order to add a CLI arg ( |
gaearon
commented
May 27, 2017
Thanks! |
@gaearon sorry for not giving an immediate feedback on this, but probably all past appveyor CI "kitchensink" builds skipped the unit tests. This PR was indeed to see if that could be catched, but I managed to cause a segmentation fault in npm (?!?). Fact is, we have still no unit test coverage on windows 😞.. |
EnoahNetzach
commented
May 28, 2017
...aaand it seems like you figured it out 😛 |
gaearon
commented
May 28, 2017
Yea, I just reverted for now 😄 |
* master: Add WebStorm >2017 launchEditor Support (react#2414) docs: update `jest-enzyme` section (react#2392) Fix detection of parent directory in ModuleScopePlugin (react#2405) Added cache clear to e2e scripts (react#2400) Fix kill command in e2e-kitchensink.sh cleanup (react#2397) Revert "Catch "No tests found" during CI" (react#2390) Fix wrong path expansion in end-to-end test (react#2388) Suggest just "yarn build" (react#2385) Catch "No tests found" during CI (react#2387) Publish Add changelog for 1.0.7 (react#2384) Update webpack to 2.6.1 (react#2383) Consistently set environment variables (react#2382) Disable comparisons feature in uglify compression in production (react#2379) Removed the overriding of reduce_vars to false since webpack v2.6.0 included the fixed for Uglify bug (react#2351)
* Revert "Fix wrong path expansion in end-to-end test (react#2388)" This reverts commit 2aafaad. * Revert "Suggest just "yarn build" (react#2385)" This reverts commit 70bf125. * Revert "Catch "No tests found" during CI (react#2387)" This reverts commit 5317b3f.
As noted in #2285, appveyor tests are failing.
This PR is intended as a patch to cover this case, while the kitchensink CI tests are fixed.