Matiss Janis Aboltins
authored
Tests cases should be independent. You should be able to run them in
whatever order you want. And they should still pass.
Currently this is not the case. The order of the tests is very important
due to the "pseudo" randomization algorithm.
This PR makes the mock data IDs truly unique thus better exposing the
issue in our tests. Also this PR fixes the dependency issues thus making
each test case truly independent.
---------
Co-authored-by:
Jed Fox <git@jedfox.com>
Name | Last commit | Last update |
---|---|---|
.. | ||
__mocks__ | ||
src | ||
.env | ||
.gitignore | ||
babel.config.json | ||
jest.config.js | ||
package.json |