-
-
Notifications
You must be signed in to change notification settings - Fork 27
Feat/vitest #681
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Feat/vitest #681
Conversation
This is the error I got when I originally tried to npm install vitest, then run docker:
I only got this when I tried to run docker compose up. Not when I was running the vite server on my local machine. During dev meeting on 04/28, Benny said he tried testing this PR's Reference links:
|
04/30/25 update: I made a new commit. This time instead of removing For some reason no issues came up this time 🤔 @bennyv8 Could you try testing and reviewing again? |
Fixes #670
Changes
reinstalledpackage-lock.json
andnode_modules
Minor changes:
node_modules
to docker compose. The vite container wasn't working on windows before, and naming the volume helped to debug it.installed packageeslint-config-prettier
to fix a linter issue, since eslint got updated to version 9.25.1 in the new package-lock.jsonlinted frontend files - mostly effected changes to tailwind classnames order in some componentsHow it works
In the
/frontend
folder, run the command:It should say all tests pass, although there are some warnings:

How to test this PR
npm run test
works.node_modules
to get it to work:rm -rf node_modules && npm i