X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Fusers%2Findex.ts;h=643f1a531f8dbd779403ceaf4bc1e6704816ce63;hb=b1dbb9fefc870a90b25f5c0153589f45c9e75e3e;hp=a244a6edbb1cc330edbb946c630cae6a3c2617d8;hpb=4f32032fed8587ea97d45e235b167e8958efd81f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/users/index.ts b/server/tests/api/users/index.ts index a244a6edb..643f1a531 100644 --- a/server/tests/api/users/index.ts +++ b/server/tests/api/users/index.ts @@ -1,4 +1,6 @@ +import './two-factor' import './user-subscriptions' +import './user-videos' import './users' import './users-multiple-servers' import './users-verification'