find all test files (#1559)

This commit is contained in:
Evan Fannin 2025-01-31 10:03:12 +08:00 committed by GitHub
parent 0aef2447ee
commit 8539421d59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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