From ed723895be30fc4f7f3b9679d7a9c48eaa59464e Mon Sep 17 00:00:00 2001 From: Vylpes Date: Mon, 1 Mar 2021 18:20:14 +0000 Subject: [PATCH] Add placeholder test script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index a0804af..4b7da82 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "node-fetch": "^2.6.1" }, "scripts": { + "test": "echo none", "lint": "eslint ." }, "bugs": "https://gitlab.vylpes.com/Vylpes/random-bunny/-/issues",