X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fhelpers%2Findex.ts;h=073ae64551ef8baecdd6da78fbad08ea078e3f07;hb=fe7019b2323768f7e33890303f95c9a45688ac1d;hp=40c7dc70e29878d98a33a6ba650be70c365321fc;hpb=0e5ff97f6fdf9a4cebe5a15f5a390380465803ad;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/helpers/index.ts b/server/tests/helpers/index.ts index 40c7dc70e..073ae6455 100644 --- a/server/tests/helpers/index.ts +++ b/server/tests/helpers/index.ts @@ -1 +1,9 @@ +import './comment-model' import './core-utils' +import './crypto' +import './dns' +import './image' +import './markdown' +import './request' +import './validator' +import './version'