diff options
author | Chocobozzz <me@florianbigard.com> | 2017-12-28 13:59:22 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2017-12-28 13:59:22 +0100 |
commit | c5d31dba56d669c0df0209761c43c5a6ac7cec4a (patch) | |
tree | fe72b56a1c0e7beb6e092c393a00ddfe93a5d71f /server/tests/api/index-fast.ts | |
parent | db799da3d2b2ea465165df78ff71effa653b6309 (diff) | |
download | PeerTube-c5d31dba56d669c0df0209761c43c5a6ac7cec4a.tar.gz PeerTube-c5d31dba56d669c0df0209761c43c5a6ac7cec4a.tar.zst PeerTube-c5d31dba56d669c0df0209761c43c5a6ac7cec4a.zip |
Tests directories refractor
Diffstat (limited to 'server/tests/api/index-fast.ts')
-rw-r--r-- | server/tests/api/index-fast.ts | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/server/tests/api/index-fast.ts b/server/tests/api/index-fast.ts index 35b414383..e591d0fd2 100644 --- a/server/tests/api/index-fast.ts +++ b/server/tests/api/index-fast.ts | |||
@@ -1,11 +1,11 @@ | |||
1 | // Order of the tests we want to execute | 1 | // Order of the tests we want to execute |
2 | import './config' | 2 | import './server/config' |
3 | import './check-params' | 3 | import './check-params' |
4 | import './users' | 4 | import './users/users' |
5 | import './single-server' | 5 | import './videos/single-server' |
6 | import './video-abuse' | 6 | import './videos/video-abuse' |
7 | import './video-blacklist' | 7 | import './videos/video-blacklist' |
8 | import './video-blacklist-management' | 8 | import './videos/video-blacklist-management' |
9 | import './video-description' | 9 | import './videos/video-description' |
10 | import './video-privacy' | 10 | import './videos/video-privacy' |
11 | import './services' | 11 | import './videos/services' |