]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
test: add launch.json
authorEduardo San Martin Morote <posva13@gmail.com>
Fri, 20 Dec 2019 12:57:16 +0000 (13:57 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Fri, 20 Dec 2019 12:57:16 +0000 (13:57 +0100)
.vscode/launch.json [new file with mode: 0644]

diff --git a/.vscode/launch.json b/.vscode/launch.json
new file mode 100644 (file)
index 0000000..6cc1096
--- /dev/null
@@ -0,0 +1,21 @@
+{
+  // Use IntelliSense to learn about possible attributes.
+  // Hover to view descriptions of existing attributes.
+  // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
+  "version": "0.2.0",
+  "configurations": [
+    {
+      "type": "node",
+      "name": "vscode-jest-tests",
+      "request": "launch",
+      "args": [
+        "--runInBand"
+      ],
+      "cwd": "${workspaceFolder}",
+      "console": "integratedTerminal",
+      "internalConsoleOptions": "neverOpen",
+      "disableOptimisticBPs": true,
+      "program": "${workspaceFolder}/node_modules/jest/bin/jest"
+    }
+  ]
+}
\ No newline at end of file