Skip to content

Commit 8dee19c

Browse files
committed
Fixes bad semi
1 parent 035975f commit 8dee19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/site-with-errors.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ describe('site-with-errors', () => {
1616
})
1717

1818
it('cache has expected results', () => {
19-
const actual = results.map(;({issue: {url: issueUrl}, pullRequest: {url: pullRequestUrl}, findings}) => {
19+
const actual = results.map(({issue: {url: issueUrl}, pullRequest: {url: pullRequestUrl}, findings}) => {
2020
const {problemUrl, solutionLong, screenshotId, ...finding} = findings[0]
2121
// Check volatile fields for existence only
2222
expect(issueUrl).toBeDefined()

0 commit comments

Comments
 (0)