Remove tests for now

This commit is contained in:
Ethan Lane 2024-07-27 16:06:21 +01:00
parent a290eb945a
commit f7a7a3781a

View file

@ -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",