Files
chibika/vitest.config.ts
T
naomi 954cad4494
Node.js CI / Lint and Test (pull_request) Successful in 37s
feat: tests and workflow
2025-07-19 16:09:32 -07:00

11 lines
176 B
TypeScript

/**
* @copyright nhcarrigan
* @license Naomi's Public License
* @author Naomi Carrigan
*/
import { defineConfig } from "vitest/config";
export default defineConfig({});