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