This commit is contained in:
andrepimenta
2025-06-16 17:29:04 +01:00
commit 2c299a837d
18 changed files with 7416 additions and 0 deletions

5
.vscode-test.mjs Normal file
View File

@@ -0,0 +1,5 @@
import { defineConfig } from '@vscode/test-cli';
export default defineConfig({
files: 'out/test/**/*.test.js',
});