Skip to content

Running Tests

Kyle Barth edited this page Jul 21, 2025 · 3 revisions

After making front-end changes, you can run tests by following these steps:

In one terminal from root (app):

    1. Docker compose up --build

In another terminal from root (app):

    1. Run 'docker ps'
    1. Copy front-end container name/id
    1. Run 'docker exec -it container-name npm test'

Clone this wiki locally