Skip to content

Commit 7ef20ab

Browse files
committed
npm run format:write
1 parent d0cf53d commit 7ef20ab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

__tests__/parser.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ describe('parser.ts', () => {
4444
44
4545
)
4646

47-
await expect(parseXmls([file1, file2], true)).resolves.toEqual([annotation2])
47+
await expect(parseXmls([file1, file2], true)).resolves.toEqual([
48+
annotation2
49+
])
4850
})
4951

5052
it('test parseXml with issues', async () => {

0 commit comments

Comments
 (0)