Merge pull request #52 from amorimr/fix-vitest-run

fix: update vite config on templates using vitest
This commit is contained in:
Alexandre
2022-08-27 11:16:12 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ export default defineConfig({
// solid needs to be inline to work around
// a resolution issue in vitest:
deps: {
inline: [/solid-js/],
inline: [/solid-js/, 'solid-testing-library'],
},
// if you have few tests, try commenting one
// or both out to improve performance: