X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fhelpers%2Findex.ts;h=951208842cba52f3dbaec491084e68f91d84fa6f;hb=a2fb5fb8b1007e3ce82e707917f5d9a37374e99b;hp=55120824516e067ec92b372c62b60f762e4f9847;hpb=88108880bbdba473cfe36ecbebc1c3c4f972e102;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/helpers/index.ts b/server/tests/helpers/index.ts index 551208245..951208842 100644 --- a/server/tests/helpers/index.ts +++ b/server/tests/helpers/index.ts @@ -1,2 +1,6 @@ +import './image' import './core-utils' +import './dns' import './comment-model' +import './markdown' +import './request'