mirror of
https://gitea.computerliebe.org/ComputerLiebe_ORG_private/Gitea-VSCode-Clone-Plugin.git
synced 2024-12-26 23:41:52 +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',
|
|
});
|