pokedextracker.com icon indicating copy to clipboard operation
pokedextracker.com copied to clipboard

`yarn test` fails on api project with error `Cannot find module '../../src/models/box'`

Open jcreek opened this issue 2 years ago • 0 comments

Exactly as stated above, capture.test.js in test/models requires a module that does not exist in the master branch's source code, making the tests throw.

To reproduce, just set up the project locally following the instructions in the readme, then try to run yarn test.

Expected behaviour is that there should be a module at the path the code is expecting.

jcreek avatar Apr 29 '22 09:04 jcreek