Skip to content

Commit

Permalink
convenient launch config update
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Jun 4, 2019
1 parent b81ae1a commit dcb8927
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,15 @@
"name": "Run tests",
"program": "${workspaceFolder}/node_modules/.bin/qunit",
"cwd": "${workspaceFolder}",
"args": ["packages/compat/tests", "packages/core/tests", "packages/macros/tests", "--filter", "stage1 build"]
"args": [
"packages/compat/tests",
"packages/core/tests",
"packages/macros/tests",
"--require",
"./test-packages/support/qunit-jest-shim.js"
// "--filter",
// "stage1 build"
]
},
{
"type": "node",
Expand Down

0 comments on commit dcb8927

Please sign in to comment.