-
-
Notifications
You must be signed in to change notification settings - Fork 111
Vitest migration #709
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: main
Are you sure you want to change the base?
Vitest migration #709
Conversation
|
✅ Deploy Preview for preact-signals-demo ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Size Change: 0 B Total Size: 87.6 kB ℹ️ View Unchanged
|
Adds vitest and associated scripts which will not succeed yet, as we have no projects.
We were quickly going to end up with too many sub-configs, and all sorts of problems with extending the various configs. This switches to a single root config which globs each of the monorepo packages instead.
633f243
to
25f4e01
Compare
CI of these will fail right now because it seems vite requires node 20+ we might have to downgrade vite for now, presumably the previous major worked on 18.x |
* test: migrate preact/utils to vitest This also adds `preact/utils` to the pnpm workspace so it can be resolved properly via `@preact/signals-utils`. * chore: revert workspace change * fix: downgrade to vite 6 and revert the revert
Migrates the signals package to use vitest browser tests.
Migrates the core package to use vitest.
Adds vitest and associated scripts which will not succeed yet, as we have no projects.