From: Chocobozzz Date: Tue, 14 Apr 2020 06:56:12 +0000 (+0200) Subject: Add misc endpoints and helpers to npm test X-Git-Tag: v2.2.0-rc.1~236 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3f956d431cd965a4c9476e394ca74a46635bc7ed;p=oweals%2Fpeertube.git Add misc endpoints and helpers to npm test --- diff --git a/server/tests/index.ts b/server/tests/index.ts index 8bddcfc7c..3fbd0ebbd 100644 --- a/server/tests/index.ts +++ b/server/tests/index.ts @@ -1,6 +1,8 @@ // Order of the tests we want to execute import './client' +import './misc-endpoints' import './feeds/' import './cli/' import './api/' import './plugins/' +import './helpers/'