add solid-testing library to js-vite template
This commit is contained in:
@@ -12,7 +12,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:
|
||||
|
||||
Reference in New Issue
Block a user