We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0cf53d commit 7ef20abCopy full SHA for 7ef20ab
__tests__/parser.test.ts
@@ -44,7 +44,9 @@ describe('parser.ts', () => {
44
45
)
46
47
- await expect(parseXmls([file1, file2], true)).resolves.toEqual([annotation2])
+ await expect(parseXmls([file1, file2], true)).resolves.toEqual([
48
+ annotation2
49
+ ])
50
})
51
52
it('test parseXml with issues', async () => {
0 commit comments