We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dffda49 commit b925d17Copy full SHA for b925d17
src/transform/docs.test.ts
@@ -45,7 +45,7 @@ _docs("transforms blog", async () => {
45
assert.equal(output, { list: blog_out_list, full: blog_out_full });
46
});
47
48
-_docs("transforms blog", async () => {
+_docs("transforms faq", async () => {
49
const output = await transform_faq(faq_in, "svelte", "faq");
50
assert.equal(output, { list: faq_out_list, full: faq_out_full });
51
0 commit comments