Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Sep 11, 2023
1 parent bffa3fb commit 851d144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This paragraph contains a time 2022-10-03
2022-10-03T12:01:01Z is a time
`

describe('datetimer', () => {
describe('datetime', () => {
test('parses sample text', async () => {
const tree = mdastAstroMd(fromMarkdown(md))
expect(tree.children[1]).toHaveProperty('children', [
Expand Down

0 comments on commit 851d144

Please sign in to comment.