add solid-testing library to js-vite template

This commit is contained in:
Raquel Amorim
2022-06-12 20:55:07 -04:00
parent 0c65f75b25
commit d4acc95e3e
+1 -1
View File
@@ -12,7 +12,7 @@ export default defineConfig({
// solid needs to be inline to work around // solid needs to be inline to work around
// a resolution issue in vitest: // a resolution issue in vitest:
deps: { deps: {
inline: [/solid-js/], inline: [/solid-js/, /solid-testing-library/],
}, },
// if you have few tests, try commenting one // if you have few tests, try commenting one
// or both out to improve performance: // or both out to improve performance: