Skip to content
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

[Contributing] Unable to run tests locally #2465

Open
dvndrsn opened this issue Sep 28, 2024 · 0 comments
Open

[Contributing] Unable to run tests locally #2465

dvndrsn opened this issue Sep 28, 2024 · 0 comments

Comments

@dvndrsn
Copy link
Contributor

dvndrsn commented Sep 28, 2024

Describe the bug
There are two scripts in package.json test and test:watch that invoke a command test-loud. Running either command encounters an error running the script test-loud. I'm not able to find any packages in npm with a similar name (test-loud, test-load, etc.),

Should we remove these commands? Are we considering any test runners for the application? Jest is a popular test framework that can be used to test both frontend React components and Express/Nodejs server behavior as well.

To Reproduce
Steps to reproduce the behavior:

  1. Clone the git repository git clone ..
  2. Install dependencies yarn install
  3. Run test yarn test

Actual behavior
See error:

-> % yarn test
Usage Error: Couldn't find a script named "test-loud".

Expected behavior
Tests run against CubeCobra frontend and server code.

Screenshots
N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant