X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fhelpers%2Findex.ts;h=66db93c99d4cf12f25119597654613fe2048bed7;hb=a24bd1ed41b43790bab6ba789580bb4e85f07d85;hp=55120824516e067ec92b372c62b60f762e4f9847;hpb=f7cc67b455a12ccae9b0ea16876d166720364357;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/helpers/index.ts b/server/tests/helpers/index.ts index 551208245..66db93c99 100644 --- a/server/tests/helpers/index.ts +++ b/server/tests/helpers/index.ts @@ -1,2 +1,4 @@ +import './image' import './core-utils' import './comment-model' +import './request'