issues
search
ourjapanlife
/
findadoc-server
The api / server for Find A Doc, Japan. Check out the board to see the latest effort https://github.com/orgs/ourjapanlife/projects/8
4
stars
1
forks
source link
test: add test for audit trailing
#572
Closed
Anissa3005
closed
2 months ago
Anissa3005
commented
2 months ago
Resolves #573
What changed
Add happy path test for audit log function
Update the docker test command, remove the single quotes
https://docs.docker.com/reference/cli/docker/compose/
Add a vitest config file to make sure that the testSetup file runs before every test. Without this it caused an error when using the dbInstance
Testing instructions
npm run test:dockerstart
npm run test
Resolves #573
What changed
Testing instructions
npm run test:dockerstart
npm run test