summaryrefslogtreecommitdiff
path: root/packages/integrations/markdoc/test/render-indented-components.test.js
diff options
context:
space:
mode:
authorGravatar Ben Holmes <bholmesdev@users.noreply.github.com> 2024-04-03 20:50:06 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2024-04-03 20:50:06 +0000
commit8f636693d54700926bc97b3288e041fe511d014d (patch)
treeda90f733f2d35c3b19453bf3d2daee2f3a5c98da /packages/integrations/markdoc/test/render-indented-components.test.js
parent90cfade88c2b9a34d8a5fe711ce329732d690409 (diff)
downloadastro-8f636693d54700926bc97b3288e041fe511d014d.tar.gz
astro-8f636693d54700926bc97b3288e041fe511d014d.tar.zst
astro-8f636693d54700926bc97b3288e041fe511d014d.zip
[ci] format
Diffstat (limited to 'packages/integrations/markdoc/test/render-indented-components.test.js')
-rw-r--r--packages/integrations/markdoc/test/render-indented-components.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/markdoc/test/render-indented-components.test.js b/packages/integrations/markdoc/test/render-indented-components.test.js
index 60b2a4ab5..ac47e72f9 100644
--- a/packages/integrations/markdoc/test/render-indented-components.test.js
+++ b/packages/integrations/markdoc/test/render-indented-components.test.js
@@ -1,5 +1,5 @@
import assert from 'node:assert/strict';
-import { describe, it, before, after } from 'node:test';
+import { after, before, describe, it } from 'node:test';
import { parseHTML } from 'linkedom';
import { loadFixture } from '../../../astro/test/test-utils.js';