The tests
folder contains, well, tests!
tests/jest
: tests written using Jest, a JavaScript testing framework;tests/jest/api
: REST API tests (mostly forlib/controllers
);tests/jest/db
: database tests (mostly forlib/db
);tests/jest/unit
: unit tests (for various things inlib
).
We're still working to define a testing strategy, which you can see in Testing Process.