diff options
author | Chocobozzz <me@florianbigard.com> | 2020-11-10 15:02:25 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-11-10 15:04:08 +0100 |
commit | 93ab83893d6c59c90fd92229af5ab2977d05940b (patch) | |
tree | 01a68306396900a0f4e1266e2634222718884bff /scripts/test.sh | |
parent | 0223291c45809d4a9dcc2be9ac4aa9406610a89c (diff) | |
download | PeerTube-93ab83893d6c59c90fd92229af5ab2977d05940b.tar.gz PeerTube-93ab83893d6c59c90fd92229af5ab2977d05940b.tar.zst PeerTube-93ab83893d6c59c90fd92229af5ab2977d05940b.zip |
Fix npm run test
Diffstat (limited to 'scripts/test.sh')
-rwxr-xr-x | scripts/test.sh | 8 |
1 files changed, 7 insertions, 1 deletions
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 | |||
7 | 7 | ||
8 | npm run ci -- lint | 8 | npm run ci -- lint |
9 | 9 | ||
10 | mocha --exit --require ts-node/register/type-check --require tsconfig-paths/register --bail server/tests/index.ts | 10 | npm run ci -- misc |
11 | npm run ci -- cli | ||
12 | npm run ci -- api-1 | ||
13 | npm run ci -- api-2 | ||
14 | npm run ci -- api-3 | ||
15 | npm run ci -- api-4 | ||
16 | npm run ci -- external-plugins | ||