obeliss-nlesc / otree-waiting-room

Apache License 2.0
0 stars 0 forks source link

17 unit tests #34

Closed ewan-escience closed 3 months ago

ewan-escience commented 3 months ago

This PR supplies a simple unit test setup with an example. It uses the Node.js built in test runners, so no extra dependencies are required. It also includes a GitHub workflow that runs these unit test on pull requests and allows you to run them manually.

You can test this PR by running npm run test in the root of the project.

Closes #17 Related to #16