| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Related to this, I've opened a PR in jest in order to add a CLI arg (--failWithNoTests) to catch errors like this one. |
Sorry, something went wrong.
|
Thanks! |
Sorry, something went wrong.
|
@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 😞.. |
Sorry, something went wrong.
|
...aaand it seems like you figured it out 😛 |
Sorry, something went wrong.
|
Yea, I just reverted for now 😄 |
Sorry, something went wrong.
* 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.
| Back | FazBrowse Home | New Git URL |
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.