diff options
Diffstat (limited to 'server/tests/helpers/markdown.ts')
-rw-r--r-- | server/tests/helpers/markdown.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/tests/helpers/markdown.ts b/server/tests/helpers/markdown.ts index 8177477f6..6fab31d6f 100644 --- a/server/tests/helpers/markdown.ts +++ b/server/tests/helpers/markdown.ts | |||
@@ -1,6 +1,5 @@ | |||
1 | /* eslint-disable @typescript-eslint/no-unused-expressions,@typescript-eslint/require-await */ | 1 | /* eslint-disable @typescript-eslint/no-unused-expressions,@typescript-eslint/require-await */ |
2 | 2 | ||
3 | import 'mocha' | ||
4 | import { mdToOneLinePlainText } from '@server/helpers/markdown' | 3 | import { mdToOneLinePlainText } from '@server/helpers/markdown' |
5 | import { expect } from 'chai' | 4 | import { expect } from 'chai' |
6 | 5 | ||