You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 26, 2019. It is now read-only.
If you are reporting a bug, please fill in below. Otherwise feel free to remove this template entirely.
Can you reproduce the problem with latest npm?
Yes, I'm on yarn 0.21.3
Description
yarn test gives me "Your test suite must contain at least one test." even though I have a test.
Expected behavior
yarn test should show me 1 test succeeded.
Actual behavior
FAIL tests/all.test.js
● Test suite failed to run
Your test suite must contain at least one test.
at onResult (node_modules/jest-cli/build/TestRunner.js:189:18)
at process._tickCallback (internal/process/next_tick.js:109:7)
Test Suites: 1 failed, 1 total
If you are reporting a bug, please fill in below. Otherwise feel free to remove this template entirely.
Can you reproduce the problem with latest npm?
Yes, I'm on yarn 0.21.3
Description
yarn test
gives me "Your test suite must contain at least one test." even though I have a test.Expected behavior
yarn test
should show me 1 test succeeded.Actual behavior
FAIL tests/all.test.js ● Test suite failed to run Your test suite must contain at least one test. at onResult (node_modules/jest-cli/build/TestRunner.js:189:18) at process._tickCallback (internal/process/next_tick.js:109:7) Test Suites: 1 failed, 1 total
Environment
Reproducible Demo
See this: https://github.com/FredrikNoren/bug-ts-jest
It's just vanilla
create-react-app-ts
and then that single test added. Runyarn test
in that app to repro.The text was updated successfully, but these errors were encountered: