initial start with tests
This commit is contained in:
parent
b8e3a76768
commit
5af8fee981
5 changed files with 41 additions and 2 deletions
10
vitest.config.ts
Normal file
10
vitest.config.ts
Normal file
|
@ -0,0 +1,10 @@
|
|||
import solid from "vite-plugin-solid"
|
||||
import { defineConfig } from "vitest/config"
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [solid()],
|
||||
root: './src',
|
||||
resolve: {
|
||||
conditions: ["development", "browser"],
|
||||
},
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue