Skip to content

Commit

Permalink
Update mocha configuration in .vscode-test.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
aliariff committed Feb 11, 2024
1 parent 51c474c commit 7b87505
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vscode-test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import { defineConfig } from "@vscode/test-cli";
export default defineConfig({
files: "out/test/**/*.test.js",
mocha: {
timeout: 10000,
ui: "tdd",
color: true,
timeout: "10000",
},
});

0 comments on commit 7b87505

Please sign in to comment.