aboutsummaryrefslogtreecommitdiffhomepage
path: root/pkgs/server/vitest.config.ts
blob: 076c92fe615b3b1b9c799baf7c374608ec05aff9 (plain)
1
2
3
4
5
6
7
import { defineConfig } from "vitest/config";

export default defineConfig({
	test: {
		globals: true,
	},
});