diff options
author | Chocobozzz <me@florianbigard.com> | 2021-02-16 10:19:09 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-02-16 10:36:44 +0100 |
commit | 1664bc60eb7aa3fa3792b6acff50f9bbabd3d877 (patch) | |
tree | 2434f642c2a7e895317bf791500dd181cd8f18c7 /server/tests/helpers/index.ts | |
parent | 374b725df52d941af1cf37cf211593340c05206c (diff) | |
download | PeerTube-1664bc60eb7aa3fa3792b6acff50f9bbabd3d877.tar.gz PeerTube-1664bc60eb7aa3fa3792b6acff50f9bbabd3d877.tar.zst PeerTube-1664bc60eb7aa3fa3792b6acff50f9bbabd3d877.zip |
Optimize remote image processing
Diffstat (limited to 'server/tests/helpers/index.ts')
-rw-r--r-- | server/tests/helpers/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/tests/helpers/index.ts b/server/tests/helpers/index.ts index 03b971770..66db93c99 100644 --- a/server/tests/helpers/index.ts +++ b/server/tests/helpers/index.ts | |||
@@ -1,3 +1,4 @@ | |||
1 | import './image' | ||
1 | import './core-utils' | 2 | import './core-utils' |
2 | import './comment-model' | 3 | import './comment-model' |
3 | import './request' | 4 | import './request' |