Added plugin testing suite

This commit is contained in:
nicwands
2026-02-27 13:03:19 -05:00
parent 3c8b896073
commit fb62c356d8
5 changed files with 1047 additions and 7 deletions

View File

@@ -7,7 +7,8 @@
"strict": true,
"moduleResolution": "Node",
"esModuleInterop": true,
"skipLibCheck": true
"skipLibCheck": true,
"types": ["vitest/globals"]
},
"include": ["src"]
}