diff options
author | Chocobozzz <me@florianbigard.com> | 2022-04-08 16:47:00 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-04-08 16:47:00 +0200 |
commit | 1159c4a600ce4f2b86973fe88ae8827a06f523c7 (patch) | |
tree | 7fabf2c4023cd5ffd6b7f7d282f8a1933ebac19d /server | |
parent | 7ca0363f758ef68c270e012764b567d89ee1c4cf (diff) | |
download | PeerTube-1159c4a600ce4f2b86973fe88ae8827a06f523c7.tar.gz PeerTube-1159c4a600ce4f2b86973fe88ae8827a06f523c7.tar.zst PeerTube-1159c4a600ce4f2b86973fe88ae8827a06f523c7.zip |
Fix lint
Diffstat (limited to 'server')
-rw-r--r-- | server/tests/client.ts | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/server/tests/client.ts b/server/tests/client.ts index dd95e538a..a8a697f99 100644 --- a/server/tests/client.ts +++ b/server/tests/client.ts | |||
@@ -3,7 +3,15 @@ | |||
3 | import 'mocha' | 3 | import 'mocha' |
4 | import * as chai from 'chai' | 4 | import * as chai from 'chai' |
5 | import { omit } from 'lodash' | 5 | import { omit } from 'lodash' |
6 | import { Account, HTMLServerConfig, HttpStatusCode, ServerConfig, VideoPlaylistCreateResult, VideoPlaylistPrivacy, VideoPrivacy } from '@shared/models' | 6 | import { |
7 | Account, | ||
8 | HTMLServerConfig, | ||
9 | HttpStatusCode, | ||
10 | ServerConfig, | ||
11 | VideoPlaylistCreateResult, | ||
12 | VideoPlaylistPrivacy, | ||
13 | VideoPrivacy | ||
14 | } from '@shared/models' | ||
7 | import { | 15 | import { |
8 | cleanupTests, | 16 | cleanupTests, |
9 | createMultipleServers, | 17 | createMultipleServers, |