Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mscharley authored and renovate[bot] committed Mar 14, 2024
1 parent a241a4a commit d44d1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ describe('index', () => {
// eslint-disable-next-line @typescript-eslint/no-require-imports
require('../index');

expect(runMock).toHaveBeenCalled();
expect(runMock).toHaveBeenCalledWith();
});
});

0 comments on commit d44d1af

Please sign in to comment.