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
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
When using the incorrect amount of arguments for
describe
I receive an error that doesn't match whats actually happeningTo Reproduce
Steps to reproduce the behavior:
Expected behavior
I would expect the error message to say something along the lines of
describe expects <n> arguments to be utilised
or similarRun
npx envinfo --preset jest
Paste the results here:
System: OS: macOS High Sierra 10.13.4 CPU: x64 Intel(R) Core(TM) i7-6920HQ CPU @ 2.90GHz Binaries: Node: 8.10.0 - /usr/local/bin/node Yarn: 1.9.4 - /usr/local/bin/yarn npm: 5.6.0 - /usr/local/bin/npm npmPackages: jest: ^23.5.0 => 23.5.0
The text was updated successfully, but these errors were encountered: