UNPKG

smartsh

Version:

Cross-shell command runner enabling Unix-style syntax on any OS.

11 lines (10 loc) 207 B
import { defineConfig } from "vitest/config"; export default defineConfig({ test: { globals: true, environment: "node", coverage: { reporter: ["text", "html"], }, }, });