diff options
Diffstat (limited to 'server/tests/api/index.ts')
-rw-r--r-- | server/tests/api/index.ts | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/server/tests/api/index.ts b/server/tests/api/index.ts index 258502d26..2d996dbf9 100644 --- a/server/tests/api/index.ts +++ b/server/tests/api/index.ts | |||
@@ -1,3 +1,4 @@ | |||
1 | // Order of the tests we want to execute | 1 | // Order of the tests we want to execute |
2 | import './index-fast' | 2 | import './index-1' |
3 | import './index-slow' | 3 | import './index-2' |
4 | import './index-3' | ||