Add misc endpoints and helpers to npm test

This commit is contained in:
Chocobozzz 2020-04-14 08:56:12 +02:00
parent 471ee39496
commit 3f956d431c
No known key found for this signature in database
GPG Key ID: 583A612D890159BE

View File

@ -1,6 +1,8 @@
// Order of the tests we want to execute // Order of the tests we want to execute
import './client' import './client'
import './misc-endpoints'
import './feeds/' import './feeds/'
import './cli/' import './cli/'
import './api/' import './api/'
import './plugins/' import './plugins/'
import './helpers/'