diff options
author | Chocobozzz <me@florianbigard.com> | 2020-04-14 08:56:12 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-04-14 08:57:52 +0200 |
commit | 3f956d431cd965a4c9476e394ca74a46635bc7ed (patch) | |
tree | d2fc40bb918d32da3cdf507b58d7003c4869d43a /server/tests/index.ts | |
parent | 471ee39496e2140cf7f44b70aa63d7b3afb3e9bb (diff) | |
download | PeerTube-3f956d431cd965a4c9476e394ca74a46635bc7ed.tar.gz PeerTube-3f956d431cd965a4c9476e394ca74a46635bc7ed.tar.zst PeerTube-3f956d431cd965a4c9476e394ca74a46635bc7ed.zip |
Add misc endpoints and helpers to npm test
Diffstat (limited to 'server/tests/index.ts')
-rw-r--r-- | server/tests/index.ts | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ | |||
1 | // Order of the tests we want to execute | 1 | // Order of the tests we want to execute |
2 | import './client' | 2 | import './client' |
3 | import './misc-endpoints' | ||
3 | import './feeds/' | 4 | import './feeds/' |
4 | import './cli/' | 5 | import './cli/' |
5 | import './api/' | 6 | import './api/' |
6 | import './plugins/' | 7 | import './plugins/' |
8 | import './helpers/' | ||