🔥 Remove unnecessary postinstall scripts and config (fix #61 and #50)

This commit is contained in:
Alexandre Mouton-Brady
2022-08-27 11:26:19 +02:00
parent 93c0b7eca8
commit 733b6cdf77
6 changed files with 2 additions and 53 deletions
-5
View File
@@ -9,11 +9,6 @@ export default defineConfig({
web: [/\.jsx?$/],
},
setupFiles: './setupVitest.js',
// solid needs to be inline to work around
// a resolution issue in vitest:
deps: {
inline: [/solid-js/, /solid-testing-library/],
},
// if you have few tests, try commenting one
// or both out to improve performance:
// threads: false,