X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fhelpers%2Findex.ts;h=073ae64551ef8baecdd6da78fbad08ea078e3f07;hb=6e06694fd6acab185432bccf57bd5c9c3b68f218;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..073ae6455 100644 --- a/server/tests/helpers/index.ts +++ b/server/tests/helpers/index.ts @@ -1,2 +1,9 @@ -import './core-utils' import './comment-model' +import './core-utils' +import './crypto' +import './dns' +import './image' +import './markdown' +import './request' +import './validator' +import './version'