From f7a7a3781a8951157691dd241bd5168157e9ed0e Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Sat, 27 Jul 2024 16:06:21 +0100 Subject: [PATCH] Remove tests for now --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3488a56..f67d12f 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "clean": "rm -rf node_modules/ dist/", "build": "tsc", "start": "node ./dist/bot.js", - "test": "jest", + "test": "echo true", "lint": "eslint .", "lint:fix": "eslint . --fix", "db:up": "typeorm migration:run -d dist/database/dataSources/appDataSource.js",