summaryrefslogtreecommitdiff
path: root/packages/markdown/remark/test/plugins.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/markdown/remark/test/plugins.test.js')
-rw-r--r--packages/markdown/remark/test/plugins.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/markdown/remark/test/plugins.test.js b/packages/markdown/remark/test/plugins.test.js
index 4afc364c8..dd0233baa 100644
--- a/packages/markdown/remark/test/plugins.test.js
+++ b/packages/markdown/remark/test/plugins.test.js
@@ -1,7 +1,7 @@
import assert from 'node:assert/strict';
import { describe, it } from 'node:test';
-import { createMarkdownProcessor } from '../dist/index.js';
import { fileURLToPath } from 'node:url';
+import { createMarkdownProcessor } from '../dist/index.js';
describe('plugins', () => {
it('should be able to get file path when passing fileURL', async () => {