nodes/store/vitest.config.ts
Max Richter 9d4d67f086
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 13s
feat: initial backend store prototype
2024-12-17 18:15:21 +01:00

8 lines
115 B
TypeScript

import { defineConfig } from "vitest/config";
export default defineConfig({
test: {
globals: true,
},
});