Skip to content

Commit

Permalink
unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed May 15, 2024
1 parent 1e4d54b commit d6198d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/@uppy/core/src/Uppy.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ describe('src/Core', () => {
core.cancelAll()

expect(coreCancelEventMock).toHaveBeenCalledWith(
{ reason: 'user' },
undefined,
undefined,
undefined,
undefined,
Expand Down Expand Up @@ -555,7 +555,7 @@ describe('src/Core', () => {
core.destroy()

expect(coreCancelEventMock).toHaveBeenCalledWith(
{ reason: 'user' },
undefined,
undefined,
undefined,
undefined,
Expand Down

0 comments on commit d6198d9

Please sign in to comment.