We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 035975f commit 8dee19cCopy full SHA for 8dee19c
tests/site-with-errors.test.ts
@@ -16,7 +16,7 @@ describe('site-with-errors', () => {
16
})
17
18
it('cache has expected results', () => {
19
- const actual = results.map(;({issue: {url: issueUrl}, pullRequest: {url: pullRequestUrl}, findings}) => {
+ const actual = results.map(({issue: {url: issueUrl}, pullRequest: {url: pullRequestUrl}, findings}) => {
20
const {problemUrl, solutionLong, screenshotId, ...finding} = findings[0]
21
// Check volatile fields for existence only
22
expect(issueUrl).toBeDefined()
0 commit comments