This commit is contained in:
2026-01-19 03:32:49 +08:00
commit 449d2ffdd7
26 changed files with 5739 additions and 0 deletions

View File

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