Conversation
|
Install the latest version of pnpm add https://pkg.svelte.dev/@sveltejs/kit/c/1c86eaee36abbf151ddecfad2d3e7cf6c736dad1Open in |
There was a problem hiding this comment.
Vitest expects vitest.*.config.js filenames otherwise the extension throws
elliott-with-the-longest-name-on-github
left a comment
There was a problem hiding this comment.
thanks my guy
|
Noticed this is draft but it looks done? |
|
Yeah there are a few vitest run scripts that still need to be fixed. It’s running all the unit tests rather just the ones in the directory |
|
intergration tests
The
test-kitCI jobs take more than 17 minutes each because it's several consecutive groups of tests. If one test fails, everything needs to be retried and that's another 17 minutes. Separating them into unit, dev, and build, might make it a little faster since they run in parallel and it also makes test retries less painful. This may take up more CI minutes but definitely less wall clock time.This PR also tightens the Vitest workspace config so that it works with both the VS Code Vitest extension and the built-in one for Zed.
EDIT: it takes 10 minutes to complete everything now