We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffd2936 commit 5f255d8Copy full SHA for 5f255d8
tests/events.test.js
@@ -61,7 +61,7 @@ describe('Event files', () => {
61
})
62
63
64
- test('An event with an invalid start time retunrs TBD', () => {
+ test('An event with an invalid start time returns TBD', () => {
65
const event = testTypewindEvent
66
const parsedEvent = parseEvent(event)
67
expect(parsedEvent).toEqual(
0 commit comments