From 7a96ffe9604ee2165029e0c429fdae8359255498 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 13 Jul 2020 13:39:16 -0500 Subject: [PATCH] Hi John --- .vscode/launch.json | 17 ----------------- __tests__/index.tests.js | 0 2 files changed, 17 deletions(-) delete mode 100644 .vscode/launch.json create mode 100644 __tests__/index.tests.js diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 6203425..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - // 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": "Launch Program", - "skipFiles": [ - "/**" - ], - "program": "${workspaceFolder}/src/index.js" - } - ] -} \ No newline at end of file diff --git a/__tests__/index.tests.js b/__tests__/index.tests.js new file mode 100644 index 0000000..e69de29