Skip to content

Commit

Permalink
test: move to vscode-test
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlday committed Oct 5, 2024
1 parent 2d24629 commit 5b11e46
Show file tree
Hide file tree
Showing 4 changed files with 821 additions and 280 deletions.
5 changes: 5 additions & 0 deletions .vscode-test.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { defineConfig } from '@vscode/test-cli';

export default defineConfig({
files: 'out/test/**/*.test.js',
});
Loading

0 comments on commit 5b11e46

Please sign in to comment.