Skip to content
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

feat: vitest use client and server side testing for kit #311

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

manuel3108
Copy link
Member

Closes #270

Copy link

changeset-bot bot commented Nov 15, 2024

🦋 Changeset detected

Latest commit: 88f2bdf

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
sv Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

pkg-pr-new bot commented Nov 15, 2024

Open in Stackblitz

pnpm add https://pkg.pr.new/sveltejs/cli/sv@311
pnpm add https://pkg.pr.new/sveltejs/cli/svelte-migrate@311

commit: 88f2bdf

@manuel3108 manuel3108 force-pushed the feat/vitest-addon-use-workspaces branch from 6bf4bec to 1f5c62e Compare November 15, 2024 17:18
@manuel3108

This comment was marked as outdated.

@dominikg
Copy link
Member

dominikg commented Nov 15, 2024

requires an update to .gitignore for vitest.workspace temporary bundle files, similar to vite.config and vitest.config

depending on which tsconfig is used, vitest.workspace.ts needs to be added to that too

@dominikg
Copy link
Member

also if this is combined with storybook addon and that addon configures vitest for stories with play functions to become tests too, the code needs to be modified differently.

@manuel3108
Copy link
Member Author

also if this is combined with storybook addon and that addon configures vitest for stories with play functions to become tests too, the code needs to be modified differently.

For storybook we are just executing npx stoybook init. So there is not much we can change on our side. But we can probably get things rolling. Additionally, csf is currently not setup by that cli.

@manuel3108
Copy link
Member Author

requires an update to .gitignore for vitest.workspace temporary bundle files, similar to vite.config and vitest.config

Does this file get's generated for you? For me i only see vite.config.ts.timestamp-* being generated, even while running pnpm test. Additionally it seems like vite recently merged a PR that's going to generate those files outside of the project root either way. Looks like this will be a change that will be introduced in vite@6

depending on which tsconfig is used, vitest.workspace.ts needs to be added to that too

Why should this be necessary?

@manuel3108 manuel3108 marked this pull request as ready for review November 16, 2024 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

testing of client and server code with vitest
3 participants