Skip to content

Commit

Permalink
he
Browse files Browse the repository at this point in the history
  • Loading branch information
liaohainan committed Jun 6, 2022
1 parent 192f583 commit 96286bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ test('should getContainerXPath work well', () => {
`/*[name()='HTML']/*[name()='BODY'][1]/*[name()='DIV'][1]`,
);

const xpath2 = getContainerXPath(undefined)
const xpath2 = getContainerXPath(undefined);
expect(xpath2).toBeUndefined();
});

Expand Down

0 comments on commit 96286bb

Please sign in to comment.