Skip to content

Commit

Permalink
Fix launch.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DavinAhn committed Aug 25, 2018
1 parent b2652ff commit 769c5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"cwd": "${workspaceFolder}",
"program": "${workspaceFolder}/node_modules/mocha/bin/_mocha",
"args": [
"./test/index.js",
"./test/**/*.spec.js",
"--require", "babel-core/register",
"--require", "babel-polyfill",
"--recursive",
Expand Down

0 comments on commit 769c5f9

Please sign in to comment.