From 64227cd8355e9504bc15c07d041aab2b4ca5ec7f Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Sat, 5 Dec 2020 05:37:50 +0100 Subject: [PATCH] overwrite {{entry.name}} with template content --- .vscode/launch.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index a6332e5..12bb851 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -7,11 +7,12 @@ "name": "Debug AVA test", "runtimeExecutable": "${workspaceFolder}/node_modules/.bin/ava", "runtimeArgs": [ + "--serial", "${file}" ], "outputCapture": "std", "skipFiles": [ - "/**/*.js" + "/**/*" ] } ]