diff options
author | Chocobozzz <me@florianbigard.com> | 2017-12-27 10:12:18 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2017-12-27 10:12:18 +0100 |
commit | e2e22e40f91018cfaf244e0df9a4a93e4f6d0502 (patch) | |
tree | 73950d68cc7f4df5b21625532ed654bc52c86f03 /server/tests/api/check-params/index.ts | |
parent | d3ea89759104e6c14b00443526f2c2a0a13aeb97 (diff) | |
download | PeerTube-e2e22e40f91018cfaf244e0df9a4a93e4f6d0502.tar.gz PeerTube-e2e22e40f91018cfaf244e0df9a4a93e4f6d0502.tar.zst PeerTube-e2e22e40f91018cfaf244e0df9a4a93e4f6d0502.zip |
Add check params tests
Diffstat (limited to 'server/tests/api/check-params/index.ts')
-rw-r--r-- | server/tests/api/check-params/index.ts | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/server/tests/api/check-params/index.ts b/server/tests/api/check-params/index.ts index b22bf054a..ab0aa1580 100644 --- a/server/tests/api/check-params/index.ts +++ b/server/tests/api/check-params/index.ts | |||
@@ -1,8 +1,10 @@ | |||
1 | // Order of the tests we want to execute | 1 | // Order of the tests we want to execute |
2 | import './follows' | 2 | import './follows' |
3 | import './jobs' | 3 | import './jobs' |
4 | import './users' | ||
5 | import './services' | 4 | import './services' |
6 | import './videos' | 5 | import './users' |
7 | import './video-abuses' | 6 | import './video-abuses' |
8 | import './video-blacklist' | 7 | import './video-blacklist' |
8 | import './video-channels' | ||
9 | import './video-comments' | ||
10 | import './videos' | ||