Skip to content

Files

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 5, 2023
Jan 6, 2024
Jan 6, 2024
Nov 6, 2024
Jun 21, 2020
Feb 11, 2023
Dec 5, 2023
Jan 6, 2024

Automated Tests

There are 2 types of automated tests, integration tests, which test an API endpoint; and unit tests, which test things directly, like helpers and models.

Everything starts in startTests.js. This is the file responsible for the setup of tools and utilities for tests.

The coverage folder is where all generated files are stored for test coverage.

The fixtures folder is where basic dummy data files are stored. These dummy data files are loaded into the test database before tests are run.

Currently, there are no front-end tests setup. There are no plans to change this anytime soon.