Skip to content

Commit

Permalink
chore: fix vscode launch config (change tdd to bdd) (rollup#4026)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangao authored and lukastaegert committed Mar 29, 2021
1 parent 92974dd commit 26d331e
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 26d331e

Please sign in to comment.