mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Remove unused argument from call to jest method (#19546)
This commit is contained in:
@@ -460,7 +460,7 @@ describe('ReactChildren', () => {
|
||||
});
|
||||
|
||||
function assertCalls() {
|
||||
expect(callback).toHaveBeenCalledTimes(2, 0);
|
||||
expect(callback).toHaveBeenCalledTimes(2);
|
||||
expect(callback).toHaveBeenCalledWith('a', 0);
|
||||
expect(callback).toHaveBeenCalledWith(13, 1);
|
||||
callback.mockClear();
|
||||
|
||||
Reference in New Issue
Block a user