Skip to content

Commit

Permalink
Fix profile.js example
Browse files Browse the repository at this point in the history
  • Loading branch information
anishkny authored and novemberborn committed Jan 14, 2019
1 parent a28094a commit edfc005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/recipes/debugging-with-vscode.md
Expand Up @@ -48,8 +48,8 @@ By default AVA runs tests concurrently. This may complicate debugging. Add a con
"name": "Run AVA test serially",
"program": "${workspaceRoot}/node_modules/ava/profile.js",
"args": [
"--serial",
"${file}"
"${file}",
"--serial"
],
"skipFiles": [
"<node_internals>/**/*.js"
Expand Down

0 comments on commit edfc005

Please sign in to comment.