This commit is contained in:
Dax Raad
2025-07-24 09:24:22 -04:00
parent b7447dc2d2
commit 66352796ff
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',
});