diff options
author | Chocobozzz <me@florianbigard.com> | 2022-10-10 11:44:47 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-10-10 11:44:47 +0200 |
commit | 97a2a704e2636d70ceda9c7e0ee1becd09a6c517 (patch) | |
tree | 7be3a39272129e40290c3e524338a7b38612db72 /server/tests/helpers/index.ts | |
parent | 9fb75b169d8255bc3a8bbd8b872f476dc79e3fec (diff) | |
download | PeerTube-97a2a704e2636d70ceda9c7e0ee1becd09a6c517.tar.gz PeerTube-97a2a704e2636d70ceda9c7e0ee1becd09a6c517.tar.zst PeerTube-97a2a704e2636d70ceda9c7e0ee1becd09a6c517.zip |
Fix peers info width in live
Diffstat (limited to 'server/tests/helpers/index.ts')
-rw-r--r-- | server/tests/helpers/index.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/server/tests/helpers/index.ts b/server/tests/helpers/index.ts index 42d644c40..1f0e3098a 100644 --- a/server/tests/helpers/index.ts +++ b/server/tests/helpers/index.ts | |||
@@ -1,7 +1,7 @@ | |||
1 | import './crypto' | 1 | import './comment-model' |
2 | import './core-utils' | 2 | import './core-utils' |
3 | import './crypto' | ||
3 | import './dns' | 4 | import './dns' |
4 | import './dns' | 5 | import './image' |
5 | import './comment-model' | ||
6 | import './markdown' | 6 | import './markdown' |
7 | import './request' | 7 | import './request' |