mirror of
https://gitea.computerliebe.org/ComputerLiebe_ORG_private/Gitea-VSCode-Clone-Plugin.git
synced 2025-04-12 05:01:49 +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',
|
|
});
|