diff options
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/helpers/index.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/server/tests/helpers/index.ts b/server/tests/helpers/index.ts index 42d644c40..1f0e3098a 100644 --- a/server/tests/helpers/index.ts +++ b/server/tests/helpers/index.ts | |||
@@ -1,7 +1,7 @@ | |||
1 | import './crypto' | 1 | import './comment-model' |
2 | import './core-utils' | 2 | import './core-utils' |
3 | import './crypto' | ||
3 | import './dns' | 4 | import './dns' |
4 | import './dns' | 5 | import './image' |
5 | import './comment-model' | ||
6 | import './markdown' | 6 | import './markdown' |
7 | import './request' | 7 | import './request' |