diff --git a/.vscode-test.mjs b/.vscode-test.mjs index c1a69e22df..430ee8cadd 100644 --- a/.vscode-test.mjs +++ b/.vscode-test.mjs @@ -2,7 +2,7 @@ import { defineConfig } from "@vscode/test-cli" import path from "path" export default defineConfig({ - files: "{out/test/**/*.test.js,src/test/suite/**/*.test.js}", + files: "{out/**/*.test.js,src/**/*.test.js}", mocha: { ui: "bdd", timeout: 20000, // Maximum time (in ms) that a test can run before failing