Skip to content

Commit

Permalink
chore: t.end()
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickHeneise committed Sep 4, 2024
1 parent 4af81e8 commit 54961e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/fetch-issues.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,5 @@ test('fetchIssues() returns parsed issues/events', async (t) => {
const lines = value.split(/\n/g)
t.match(actual[0].start, [2022, 12, 11, 14, 0])
t.equal(lines[10].replace(/[\n\r]/g, ''), 'DTSTART:20221211T140000Z')
t.end()
})

0 comments on commit 54961e1

Please sign in to comment.