Explorar el Código

Added tests to VSC.

Eugene Lazutkin hace 7 años
padre
commit
72e410e808
Se han modificado 1 ficheros con 14 adiciones y 0 borrados
  1. 14 0
      .vscode/launch.json

+ 14 - 0
.vscode/launch.json

@@ -0,0 +1,14 @@
+{
+  // 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",
+      "request": "launch",
+      "name": "Tests",
+      "program": "${workspaceFolder}/tests/tests.js"
+    }
+  ]
+}