diff options
Diffstat (limited to 'server/tests/api/index-fast.ts')
-rw-r--r-- | server/tests/api/index-fast.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server/tests/api/index-fast.ts b/server/tests/api/index-fast.ts index 9f52310dd..464dcb5e0 100644 --- a/server/tests/api/index-fast.ts +++ b/server/tests/api/index-fast.ts | |||
@@ -1,5 +1,5 @@ | |||
1 | // Order of the tests we want to execute | 1 | // Order of the tests we want to execute |
2 | import './server/config' | 2 | import './server/stats' |
3 | import './check-params' | 3 | import './check-params' |
4 | import './users/users' | 4 | import './users/users' |
5 | import './videos/single-server' | 5 | import './videos/single-server' |
@@ -10,3 +10,4 @@ import './videos/video-description' | |||
10 | import './videos/video-privacy' | 10 | import './videos/video-privacy' |
11 | import './videos/services' | 11 | import './videos/services' |
12 | import './server/email' | 12 | import './server/email' |
13 | import './server/config' | ||