diff options
author | 2022-05-24 22:03:29 +0000 | |
---|---|---|
committer | 2022-05-24 22:03:29 +0000 | |
commit | cb039219ef820d2f6f19df15a36860593cb608f1 (patch) | |
tree | af3c572d52bb7e259e774dc3e1ab5931f73c9ae2 /packages/markdown/remark/test/plugins.test.js | |
parent | cfae9760b252052b6189e96398b819a4337634a8 (diff) | |
download | astro-cb039219ef820d2f6f19df15a36860593cb608f1.tar.gz astro-cb039219ef820d2f6f19df15a36860593cb608f1.tar.zst astro-cb039219ef820d2f6f19df15a36860593cb608f1.zip |
[ci] format
Diffstat (limited to 'packages/markdown/remark/test/plugins.test.js')
-rw-r--r-- | packages/markdown/remark/test/plugins.test.js | 6 |
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))); }); -}) +}); |