UNPKG

osbtools

Version:

A set of tools for working with osu! storyboards

10 lines (8 loc) 148 B
import { defineConfig } from "vitest/config"; export default defineConfig({ test: { globals: true, environment: "node", watch: false } });