Skip to content

Commit

Permalink
ci: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nvlang committed Jun 20, 2024
1 parent 5df3f64 commit c0d834a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/utils/TexComponent.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@ describe.concurrent('compile()', () => {
expect.stringContaining('<svg'),
'utf8',
);
expect(writeFile).toHaveBeenCalledWith(
expect(writeFile).toHaveBeenNthCalledWith(
4,
`tmp/tests/${id}/cache/cache.json`,
expect.stringMatching(
Expand Down

0 comments on commit c0d834a

Please sign in to comment.