aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/helpers/markdown.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/helpers/markdown.ts')
-rw-r--r--server/tests/helpers/markdown.ts1
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
3import 'mocha'
4import { mdToOneLinePlainText } from '@server/helpers/markdown' 3import { mdToOneLinePlainText } from '@server/helpers/markdown'
5import { expect } from 'chai' 4import { expect } from 'chai'
6 5