From 7e1f89e1ad59b60c227414cc2ab56f1e79260e29 Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Sat, 20 Aug 2022 16:56:44 +0200 Subject: [PATCH] Re-enable tests/system --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dadded6..4d311e4 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "scripts": { "start": "SEASONED_CONFIG=configurations/production.json NODE_ENV=production node src/webserver/server.js", "dev": "SEASONED_CONFIG=configurations/development.json NODE_ENV=development node src/webserver/server.js", - "test": "SEASONED_CONFIG=configurations/test.json mocha --recursive tests/unit", + "test": "SEASONED_CONFIG=configurations/test.json mocha --recursive tests/unit tests/system", "coverage:upload": "SEASONED_CONFIG=configurations/test.json mocha --recursive tests/unit && nyc report --reporter=text-lcov | coveralls", "coverage": "SEASONED_CONFIG=configurations/test.json mocha --recursive tests/unit && nyc report", "lint": "eslint src tests",