We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b5414e commit d31adaaCopy full SHA for d31adaa
.vscode/launch.json
@@ -15,6 +15,7 @@
15
"runtimeExecutable": "${workspaceFolder}/node_modules/.bin/ava",
16
"runtimeArgs": [
17
"--serial",
18
+ "--timeout=5m",
19
"${fileDirname}/../dist/tests/${fileBasenameNoExtension}.js"
20
],
21
"outputCapture": "std",
0 commit comments