Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 516 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 516 Bytes

MOVE Tests

The tests folder contains, well, tests!

  • tests/jest: tests written using Jest, a JavaScript testing framework;
    • tests/jest/api: REST API tests (mostly for lib/controllers);
    • tests/jest/db: database tests (mostly for lib/db);
    • tests/jest/unit: unit tests (for various things in lib).

We're still working to define a testing strategy, which you can see in Testing Process.