-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: Missing test script in package.json for running yarn test #4856
Comments
Ah, the wiki was updated to exclude On a related note for the team, when eslint was replaced and the script changed from |
Good spot, thanks @MaoShizhong, I've updated the wiki. Thanks for reporting @Tongxin-Sun. Removing |
hi folks! Am I able to work on this issue? |
I've assigned it to you @itsaflamingo, let us know if you need anything. |
@KevinMulhern sounds good thanks:) |
@KevinMulhern PR is sent, here's the link :) #4879 |
Checks
Bug: brief description of bug
format, e.g.Bug: Lesson complete button does not update on click
Bug description
The project's contribution guide specifies that contributors should run yarn test to ensure changes do not cause any failures.
However, running yarn test results in the following error:
Usage Error: Couldn't find a script named "test".
$ yarn run [--inspect] [--inspect-brk] [-T,--top-level] [-B,--binaries-only] [--require #0] <scriptName> ...
Upon inspecting the package.json file, there is no test script defined under the "scripts" section.
How to reproduce
Expected behavior
When running yarn test, either:
The command executes a test runner as part of the contribution process, as described in the contribution guide, or
The contribution guide is updated to exclude the yarn test command.
What browsers are you seeing the problem on?
Chrome
What OS are you using?
MacOS
Discord Name
No response
Additional Comments
No response
The text was updated successfully, but these errors were encountered: