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
$ npx jest
console.log test/test.js:2
1
PASS test/test.js
✓ test timer (1018ms)
Test Suites: 1 passed, 1 total
Tests: 1 passed, 1 total
Snapshots: 0 total
Time: 2.056s
Ran all test suites.
console.log test/test.js:5
2
To Reproduce
install jest with every config default.
just run the code above.
Expected behavior
the expected result:
$ npx jest
console.log test/test.js:2
1
console.log test/test.js:5
2
PASS test/test.js
✓ test timer (1018ms)
Test Suites: 1 passed, 1 total
Tests: 1 passed, 1 total
Snapshots: 0 total
Time: 2.056s
Ran all test suites.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
🐛 Bug Report
console.log
inside test makes output after test ending.the actual result:
To Reproduce
Expected behavior
the expected result:
Link to repl or repo (highly encouraged)
https://repl.it/repls/LightblueSelfreliantApplicationprogram
Run
npx envinfo --preset jest
System: OS: Linux 4.15 Ubuntu 18.04.2 LTS (Bionic Beaver) CPU: (4) x64 Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz Binaries: Node: 10.16.0 - /usr/local/bin/node npm: 6.10.0 - /usr/local/bin/npm npmPackages: jest: ^24.8.0 => 24.8.0
The text was updated successfully, but these errors were encountered: