From 93ab83893d6c59c90fd92229af5ab2977d05940b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 10 Nov 2020 15:02:25 +0100 Subject: Fix npm run test --- scripts/test.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/test.sh b/scripts/test.sh index 8961ddd7e..32034531d 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -7,4 +7,10 @@ npm run setup:cli npm run ci -- lint -mocha --exit --require ts-node/register/type-check --require tsconfig-paths/register --bail server/tests/index.ts +npm run ci -- misc +npm run ci -- cli +npm run ci -- api-1 +npm run ci -- api-2 +npm run ci -- api-3 +npm run ci -- api-4 +npm run ci -- external-plugins -- cgit v1.2.3