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 ac072a0 commit a0a8a15Copy full SHA for a0a8a15
src/__snapshots__/md2hast.spec.ts.snap
@@ -1,6 +1,6 @@
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
3
-exports[`Markdown supports heading 1`] = `
+exports[`Markdown supports basic markdown 1`] = `
4
{
5
"children": [
6
src/md2hast.spec.ts
@@ -9,7 +9,7 @@ const parse = (raw: string) => {
9
};
10
11
describe("Markdown", () => {
12
- it("supports heading", () => {
+ it("supports basic markdown", () => {
13
expect(
14
parse(`# Heading 1
15
## Heading 2
0 commit comments