Skip to content

Commit

Permalink
chore: fix vscode launch config (change tdd to bdd) (#4026)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangao committed Mar 29, 2021
1 parent e1dd08a commit c008f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Expand Up @@ -8,7 +8,7 @@
"program": "${workspaceFolder}/node_modules/mocha/bin/_mocha",
"args": [
"-u",
"tdd",
"bdd",
"--timeout",
"999999",
"--colors"
Expand Down

0 comments on commit c008f3e

Please sign in to comment.