feat: tests and workflow
Node.js CI / Lint and Test (pull_request) Successful in 37s

This commit is contained in:
2025-07-19 16:09:32 -07:00
parent 57366fd082
commit 954cad4494
6 changed files with 93 additions and 3 deletions
+10
View File
@@ -0,0 +1,10 @@
/**
* @copyright nhcarrigan
* @license Naomi's Public License
* @author Naomi Carrigan
*/
import { defineConfig } from "vitest/config";
export default defineConfig({});