Initial commit: run current file in mission and hooks env

This commit is contained in:
Omelette 蛋卷
2024-01-09 00:28:07 -05:00
commit 33b493bc73
15 changed files with 3313 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',
});