From 3f956d431cd965a4c9476e394ca74a46635bc7ed Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 14 Apr 2020 08:56:12 +0200 Subject: Add misc endpoints and helpers to npm test --- server/tests/index.ts | 2 ++ 1 file changed, 2 insertions(+) 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/' -- cgit v1.2.3