mirror of
https://github.com/earthly/actions-setup.git
synced 2025-01-14 19:48:02 +08:00
9 lines
140 B
TypeScript
9 lines
140 B
TypeScript
|
import { defineConfig } from "vitest/config";
|
||
|
|
||
|
export default defineConfig({
|
||
|
test: {
|
||
|
globals: true,
|
||
|
environment: "node",
|
||
|
},
|
||
|
});
|