mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
find all test files (#1559)
This commit is contained in:
parent
0aef2447ee
commit
8539421d59
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue