mirror of
https://gitea.computerliebe.org/ComputerLiebe_ORG_private/Gitea-VSCode-Clone-Plugin.git
synced 2024-12-29 00:11:53 +00:00
6 lines
117 B
JavaScript
6 lines
117 B
JavaScript
|
import { defineConfig } from '@vscode/test-cli';
|
||
|
|
||
|
export default defineConfig({
|
||
|
files: 'out/test/**/*.test.js',
|
||
|
});
|