Skip to content

Commit a0a8a15

Browse files
committed
address feedback
1 parent ac072a0 commit a0a8a15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/__snapshots__/md2hast.spec.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`Markdown supports heading 1`] = `
3+
exports[`Markdown supports basic markdown 1`] = `
44
{
55
"children": [
66
{

src/md2hast.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const parse = (raw: string) => {
99
};
1010

1111
describe("Markdown", () => {
12-
it("supports heading", () => {
12+
it("supports basic markdown", () => {
1313
expect(
1414
parse(`# Heading 1
1515
## Heading 2

0 commit comments

Comments
 (0)