Add misc endpoints and helpers to npm test
authorChocobozzz <me@florianbigard.com>
Tue, 14 Apr 2020 06:56:12 +0000 (08:56 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 14 Apr 2020 06:57:52 +0000 (08:57 +0200)
server/tests/index.ts

index 8bddcfc7cde2eda67294f9db4dead0092fdfdc35..3fbd0ebbde20b0fb0abd17047909307c0d4e93c6 100644 (file)
@@ -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/'