This commit is contained in:
Dax Raad
2025-07-23 22:57:44 -04:00
parent d6fd3c4b80
commit 5670b4f2f2
25 changed files with 2005 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import { defineConfig } from '@vscode/test-cli';
export default defineConfig({
files: 'out/test/**/*.test.js',
});