]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
test: add vitest workspace
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 13 May 2024 15:17:50 +0000 (17:17 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 13 May 2024 15:17:50 +0000 (17:17 +0200)
vitest.workspace.js [new file with mode: 0644]

diff --git a/vitest.workspace.js b/vitest.workspace.js
new file mode 100644 (file)
index 0000000..ec9ae63
--- /dev/null
@@ -0,0 +1,3 @@
+import { defineWorkspace } from 'vitest/config'
+
+export default defineWorkspace(['./vite.config.ts'])