Max Richter
9d4d67f086
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 13s
8 lines
115 B
TypeScript
8 lines
115 B
TypeScript
import { defineConfig } from "vitest/config";
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
globals: true,
|
|
},
|
|
});
|