Skip to content

Commit

Permalink
- update test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Nov 3, 2024
1 parent dda3b1e commit 0d45d52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __tests__/testParser.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {Annotation, parseFile, parseTestReports, resolveFileAndLine, resolvePath, Transformer} from '../src/testParser'
import {parseFile, parseTestReports, resolveFileAndLine, resolvePath, Transformer} from '../src/testParser'

/**
* Original test cases:
Expand Down Expand Up @@ -1308,7 +1308,7 @@ describe('parseTestReports', () => {
foundFiles: 1,
globalAnnotations: [],
passed: 0,
annotations: []
testResults: []
})
})
})

0 comments on commit 0d45d52

Please sign in to comment.