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
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:
Clone the git repository git clone ..
Install dependencies yarn install
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
The text was updated successfully, but these errors were encountered:
Describe the bug
There are two scripts in package.json
test
andtest:watch
that invoke a commandtest-loud
. Running either command encounters an error running the scripttest-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:
git clone ..
yarn install
yarn test
Actual behavior
See error:
Expected behavior
Tests run against CubeCobra frontend and server code.
Screenshots
N/A
The text was updated successfully, but these errors were encountered: