From d4acc95e3e7ec089164a7cfdb64b751d5465d456 Mon Sep 17 00:00:00 2001 From: Raquel Amorim Date: Sun, 12 Jun 2022 20:55:07 -0400 Subject: [PATCH] add solid-testing library to js-vite template --- js-vitest/vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js-vitest/vite.config.js b/js-vitest/vite.config.js index 39490b0..b5325be 100644 --- a/js-vitest/vite.config.js +++ b/js-vitest/vite.config.js @@ -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: