Bug: Missing test script in package.json for running yarn test #4856
Labels
Status: Help Wanted
This issue can be assigned to other contributors
Type: Bug
Involves something that isn't working as intended
Type: Good First Issue
Good for beginner contributors
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: