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.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/markdown/remark/test/plugins.test.js b/packages/markdown/remark/test/plugins.test.js
index 4954047b5..a1abeb2ed 100644
--- a/packages/markdown/remark/test/plugins.test.js
+++ b/packages/markdown/remark/test/plugins.test.js
@@ -16,11 +16,11 @@ describe('plugins', () => {
};
return transformer;
- }
- ]
+ },
+ ],
});
chai.expect(typeof context).to.equal('object');
chai.expect(context.path).to.equal(fileURLToPath(new URL('virtual.md', import.meta.url)));
});
-})
+});