X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fhelpers%2Findex.ts;h=951208842cba52f3dbaec491084e68f91d84fa6f;hb=630d0a1bf5897fff203cb07e426223f55dcc882d;hp=03b9717707e7b011438e39d21b52097508faa869;hpb=97567dd81f508dd6295ac4d73d849aa2ce0a6549;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/helpers/index.ts b/server/tests/helpers/index.ts index 03b971770..951208842 100644 --- a/server/tests/helpers/index.ts +++ b/server/tests/helpers/index.ts @@ -1,3 +1,6 @@ +import './image' import './core-utils' +import './dns' import './comment-model' +import './markdown' import './request'