Skip to content

Commit

Permalink
fixup! fix(vtu): skip tests for @netxcloud/dialogs and @nextcloud/upload
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
  • Loading branch information
Antreesy committed May 27, 2024
1 parent f9b5b27 commit 3cccba9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test-setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jest.mock('@nextcloud/initial-state', () => ({
}),
}))

jest.mock('@nextcloud/upload', () => ({
getUploader: jest.fn(),
}))
// jest.mock('@nextcloud/upload', () => ({
// getUploader: jest.fn(),

Check failure on line 30 in src/test-setup.js

View workflow job for this annotation

GitHub Actions / NPM lint

Unexpected tab character
// }))

window.IntersectionObserver = jest.fn(() => ({
observe: jest.fn(),
Expand Down

0 comments on commit 3cccba9

Please sign in to comment.