-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix node tests ci #32591
Fix node tests ci #32591
Conversation
CarlSchwan
commented
May 25, 2022
- Update jest snapshot
- Fix importing 3rdparty vue components
- Disable temporarely tests using nextcloud-vue/Button
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lint is failing
277431d
to
122a3fd
Compare
Looks like the new file needs to be added to tests to satisfy Drone checkers:
|
- Update jest snapshot - Fix importing 3rdparty vue components - Disable temporarely tests using nextcloud-vue/Button Signed-off-by: Carl Schwan <carl@carlschwan.eu>
@@ -76,6 +74,9 @@ describe('CalDavSettings', () => { | |||
) | |||
expect(sendEventRemindersPush).toBeChecked() | |||
|
|||
/* | |||
FIXME userEvent.click is broken with nextcloud-vue/Button |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
link to ticket ?
|
||
// TODO: find a way to consolidate this in one place, with webpack.common.js | ||
const ignorePatterns = [ | ||
'vue-material-design-icons', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hope we can eventually centralize those as this is copied from the talk repo
and also wondering how many we still need now that IE / old Edge support is out
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 see comments