-
Notifications
You must be signed in to change notification settings - Fork 35
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
some test progress #175
some test progress #175
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
I'm going to merge this into your branch now @franknoirot, it's not perfect, but tests are passing and it builds in dev mode and deploys to vercel. Jest was a real PITA, and some reason I have to use node-16 (can't remember why, it was some dependency, it might just go away as we update deps) |
* some test progress * something maybe working * remove local lib * small clean up
* some test progress * something maybe working * remove local lib * small clean up
* Basic CRA to Vite conversion * Restore ESLint support * Remove semicolons from vite config * Add vite client types to tsconfig * Migrate to Vitest for testing (not working on Mac) * some test progress (#175) * some test progress * something maybe working * remove local lib * small clean up * tweaks * fix dependency * clean up deps * remove vitest import * vitest config is needed even though we're not using vitest * more tweaks to vite config --------- Co-authored-by: Kurt Hutten <[email protected]>
No description provided.