Skip to content
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: don't use nativeOn on native elements #11112

Merged
merged 2 commits into from Apr 24, 2020

Conversation

KaelWD
Copy link
Member

@KaelWD KaelWD commented Apr 14, 2020

Description

fixes #9999

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Improvement/refactoring (non-breaking change that doesn't add any features but makes things better)

Checklist:

  • The PR title is no longer than 64 characters.
  • The PR is submitted to the correct branch (master for bug fixes and documentation updates, dev for new features and backwards compatible changes and next for non-backwards compatible changes).
  • My code follows the code style of this project.
  • I've added relevant changes to the documentation (applies to new features and breaking changes in core library)

@KaelWD KaelWD marked this pull request as ready for review April 21, 2020 23:31
@TravisBuddy
Copy link

TravisBuddy commented Apr 21, 2020

Travis tests have failed

Hey @KaelWD,
Please read the following log in order to understand the failure reason.
It'll be awesome if you fix what's wrong and commit the changes.

Node.js: 12

View build log

lerna run test:coverage -- -i
lerna notice cli v3.16.2
lerna info ci enabled
lerna info Executing command in 1 package: "yarn run test:coverage -i"
lerna ERR! yarn run test:coverage -i exited 1 in 'vuetify'
lerna ERR! yarn run test:coverage -i stdout:
yarn run v1.15.2
$ yarn test --coverage -i
$ node build/run-tests.js --coverage -i
$ cross-env NODE_ENV=test jest --coverage -i
-----------------------------------|----------|----------|----------|----------|-------------------|
File                               |  % Stmts | % Branch |  % Funcs |  % Lines | Uncovered Line #s |
-----------------------------------|----------|----------|----------|----------|-------------------|
All files                          |    84.16 |    80.33 |     89.6 |    85.77 |                   |
 src                               |    36.25 |     6.45 |    33.33 |    40.28 |                   |
  entry-lib.ts                     |        0 |      100 |      100 |        0 |           1,2,3,4 |
  framework.ts                     |    78.79 |       50 |       60 |    83.87 |    48,49,51,53,59 |
  index.ts                         |        0 |        0 |        0 |        0 |... 5,7,9,10,17,18 |
  install.ts                       |     9.38 |        0 |        0 |    10.71 |... 43,45,46,47,49 |
 src/components                    |        0 |      100 |      100 |        0 |                   |
  index.ts                         |        0 |      100 |      100 |        0 |... 74,75,76,77,78 |
 src/components/VAlert             |    92.19 |    84.09 |      100 |    92.98 |                   |
  VAlert.ts                        |    96.72 |    84.09 |      100 |    98.15 |               239 |
  index.ts                         |        0 |      100 |      100 |        0 |             1,3,4 |
 src/components/VApp               |    91.67 |       75 |      100 |    91.67 |                   |
  VApp.ts                          |    88.89 |       75 |      100 |    88.89 |                39 |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
 src/components/VAppBar            |     93.4 |    91.84 |      100 |    94.51 |                   |
  VAppBar.ts                       |    97.78 |    91.49 |      100 |    98.73 |               227 |
  VAppBarNavIcon.ts                |      100 |      100 |      100 |      100 |                   |
  index.ts                         |        0 |      100 |      100 |        0 |           1,2,4,6 |
 src/components/VAutocomplete      |    96.64 |    92.13 |    98.04 |    97.74 |                   |
  VAutocomplete.ts                 |    96.58 |    92.13 |    98.04 |    97.69 |         79,81,184 |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
 src/components/VAvatar            |      100 |      100 |      100 |      100 |                   |
  VAvatar.ts                       |      100 |      100 |      100 |      100 |                   |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
 src/components/VBadge             |    84.13 |    70.83 |      100 |    90.91 |                   |
  VBadge.ts                        |    88.33 |    70.83 |      100 |    96.15 |             80,87 |
  index.ts                         |        0 |      100 |      100 |        0 |             1,3,4 |
 src/components/VBanner            |    92.68 |      100 |      100 |    92.31 |                   |
  VBanner.ts                       |      100 |      100 |      100 |      100 |                   |
  index.ts                         |        0 |      100 |      100 |        0 |             1,3,4 |
 src/components/VBottomNavigation  |    78.57 |      100 |    77.78 |    78.57 |                   |
  VBottomNavigation.ts             |       88 |      100 |    77.78 |       88 |        99,100,108 |
  index.ts                         |        0 |      100 |      100 |        0 |             1,3,4 |
 src/components/VBottomSheet       |        0 |      100 |        0 |        0 |                   |
  VBottomSheet.ts                  |        0 |      100 |        0 |        0 |          1,4,7,24 |
  index.ts                         |        0 |      100 |      100 |        0 |             1,3,4 |
 src/components/VBreadcrumbs       |    82.93 |      100 |      100 |    85.29 |                   |
  VBreadcrumbs.ts                  |      100 |      100 |      100 |      100 |                   |
  VBreadcrumbsDivider.ts           |      100 |      100 |      100 |      100 |                   |
  VBreadcrumbsItem.ts              |      100 |      100 |      100 |      100 |                   |
  index.ts                         |        0 |      100 |      100 |        0 |         1,2,3,5,7 |
 src/components/VBtn               |      100 |    97.37 |      100 |      100 |                   |
  VBtn.ts                          |      100 |    97.37 |      100 |      100 |               118 |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
 src/components/VBtnToggle         |    76.92 |      100 |      100 |       75 |                   |
  VBtnToggle.ts                    |      100 |      100 |      100 |      100 |                   |
  index.ts                         |        0 |      100 |      100 |        0 |             1,3,4 |
 src/components/VCalendar          |    72.36 |    55.34 |    74.32 |    73.45 |                   |
  VCalendar.ts                     |    63.16 |       40 |    66.67 |     60.4 |... 35,236,238,239 |
  VCalendarDaily.ts                |    85.48 |    79.17 |    75.76 |    89.83 |... 70,174,205,242 |
  VCalendarMonthly.ts              |      100 |      100 |      100 |      100 |                   |
  VCalendarWeekly.ts               |    85.19 |    66.67 |    73.91 |    84.91 |... 55,162,164,176 |
  index.ts                         |        0 |      100 |      100 |        0 |       1,2,3,4,6,8 |
 src/components/VCalendar/mixins   |     62.5 |    53.75 |    76.19 |    63.58 |                   |
  calendar-base.ts                 |    89.74 |    72.22 |     87.5 |    89.47 |       46,52,53,54 |
  calendar-with-events.ts          |     33.7 |    31.46 |    53.85 |    34.86 |... 42,443,444,447 |
  calendar-with-intervals.ts       |      100 |    96.43 |      100 |      100 |                72 |
  mouse.ts                         |      100 |    58.82 |      100 |      100 |          50,55,68 |
  times.ts                         |      100 |      100 |      100 |      100 |                   |
 src/components/VCalendar/modes    |     12.9 |    11.46 |    11.43 |    14.06 |                   |
  column.ts                        |    27.27 |        0 |        0 |    27.27 |... 12,13,14,15,19 |
  common.ts                        |    27.03 |    32.35 |    26.67 |    23.81 |... 25,129,131,135 |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
  stack.ts                         |     3.75 |        0 |        0 |     5.22 |... 50,251,252,254 |
 src/components/VCalendar/util     |    88.71 |    78.52 |    90.91 |    88.77 |                   |
  events.ts                        |      100 |      100 |      100 |      100 |                   |
  props.ts                         |    24.32 |        0 |    57.14 |    25.71 |... 12,214,217,220 |
  timestamp.ts                     |    96.98 |    95.92 |    96.97 |    97.42 |... 18,319,320,322 |
 src/components/VCard              |    65.71 |     87.5 |      100 |     62.5 |                   |
  VCard.ts                         |      100 |     87.5 |      100 |      100 |                87 |
  index.ts                         |        0 |      100 |      100 |        0 |... 11,12,13,14,17 |
 src/components/VCarousel          |    85.29 |    76.92 |    94.74 |    85.25 |                   |
  VCarousel.ts                     |     89.8 |    76.92 |    94.12 |    88.89 |   95,96,98,99,184 |
  VCarouselItem.ts                 |      100 |      100 |      100 |      100 |                   |
  index.ts                         |        0 |      100 |      100 |        0 |           1,2,4,6 |
 src/components/VCheckbox          |     87.1 |    88.57 |      100 |     90.2 |                   |
  VCheckbox.ts                     |    90.32 |       80 |      100 |       96 |                78 |
  VSimpleCheckbox.ts               |      100 |      100 |      100 |      100 |                   |
  index.ts                         |        0 |      100 |      100 |        0 |           1,2,4,5 |
 src/components/VChip              |      100 |    90.48 |      100 |      100 |                   |
  VChip.ts                         |      100 |    90.48 |      100 |      100 |           131,177 |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
 src/components/VChipGroup         |    78.57 |       50 |      100 |    76.92 |                   |
  VChipGroup.ts                    |      100 |       50 |      100 |      100 |                42 |
  index.ts                         |        0 |      100 |      100 |        0 |             1,3,4 |
 src/components/VColorPicker       |    78.89 |    58.57 |    82.14 |    83.65 |                   |
  VColorPicker.ts                  |    96.67 |      100 |    91.67 |    96.55 |               121 |
  VColorPickerCanvas.ts            |     53.7 |       25 |    53.85 |    65.91 |... 13,115,118,119 |
  VColorPickerEdit.ts              |    95.92 |       75 |      100 |    95.12 |             88,93 |
  VColorPickerPreview.ts           |     87.5 |       40 |       75 |     87.5 |             41,76 |
  VColorPickerSwatches.ts          |    95.83 |       30 |     87.5 |    95.83 |                76 |
  index.ts                         |        0 |      100 |      100 |        0 |         1,2,3,5,6 |
 src/components/VColorPicker/util  |    83.54 |    68.97 |      100 |    92.31 |                   |
  index.ts                         |    83.54 |    68.97 |      100 |    92.31 |... 48,149,152,166 |
 src/components/VCombobox          |    85.26 |    78.95 |    91.67 |    88.37 |                   |
  VCombobox.ts                     |    88.04 |    78.95 |    91.67 |    91.57 |... 43,144,146,154 |
  index.ts                         |        0 |      100 |      100 |        0 |             1,3,4 |
 src/components/VContent           |    82.35 |      100 |      100 |    72.73 |                   |
  VContent.ts                      |      100 |      100 |      100 |      100 |                   |
  index.ts                         |        0 |      100 |      100 |        0 |             1,3,5 |
 src/components/VCounter           |      100 |      100 |      100 |      100 |                   |
  VCounter.ts                      |      100 |      100 |      100 |      100 |                   |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
 src/components/VData              |    91.53 |    86.59 |     90.2 |    92.23 |                   |
  VData.ts                         |     91.3 |    86.59 |     90.2 |       92 |... 85,286,287,289 |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
 src/components/VDataIterator      |    91.16 |    87.04 |    90.63 |    94.19 |                   |
  VDataFooter.ts                   |      100 |     97.3 |      100 |      100 |               139 |
  VDataIterator.ts                 |    87.79 |    81.69 |    87.23 |    91.82 |... 99,300,301,302 |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
 src/components/VDataTable         |    88.96 |    87.08 |    84.96 |    91.39 |                   |
  MobileRow.ts                     |      100 |       90 |      100 |      100 |                45 |
  Row.ts                           |    95.24 |       90 |      100 |    94.74 |                33 |
  RowGroup.ts                      |      100 |      100 |      100 |      100 |                   |
  VDataTable.ts                    |    88.48 |    80.39 |    83.33 |    91.52 |... 71,572,574,575 |
  VDataTableHeader.ts              |      100 |      100 |      100 |      100 |                   |
  VDataTableHeaderDesktop.ts       |    92.59 |    89.19 |    77.78 |    95.74 |             16,17 |
  VDataTableHeaderMobile.ts        |    93.75 |      100 |    88.89 |     93.1 |             41,42 |
  VEditDialog.ts                   |      100 |    91.67 |      100 |      100 |               137 |
  VSimpleTable.ts                  |      100 |      100 |      100 |      100 |                   |
  VVirtualTable.ts                 |    82.35 |      100 |    77.27 |    82.35 |... 81,100,125,126 |
  index.ts                         |        0 |      100 |      100 |        0 |... ,5,6,7,9,11,13 |
 src/components/VDataTable/mixins  |      100 |      100 |      100 |      100 |                   |
  header.ts                        |      100 |      100 |      100 |      100 |                   |
 src/components/VDatePicker        |    90.35 |    85.83 |    95.92 |     90.3 |                   |
  VDatePicker.ts                   |    94.77 |    86.63 |     96.3 |    95.24 |... 33,236,237,300 |
  VDatePickerDateTable.ts          |    97.83 |    95.45 |    92.86 |    97.73 |                45 |
  VDatePickerHeader.ts             |      100 |    95.45 |      100 |      100 |                74 |
  VDatePickerMonthTable.ts         |      100 |      100 |      100 |      100 |                   |
  VDatePickerTitle.ts              |      100 |      100 |      100 |      100 |                   |
  VDatePickerYears.ts              |    75.76 |    52.38 |     87.5 |       75 |... 58,59,60,61,63 |
  index.ts                         |        0 |      100 |      100 |        0 |... 11,12,13,14,17 |
 src/components/VDatePicker/mixins |    95.95 |    90.16 |      100 |    95.65 |                   |
  date-picker-table.ts             |    95.95 |    90.16 |      100 |    95.65 |       135,143,149 |
 src/components/VDatePicker/util   |      100 |    96.67 |      100 |      100 |                   |
  createNativeLocaleFormatter.ts   |      100 |      100 |      100 |      100 |                   |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
  isDateAllowed.ts                 |      100 |    83.33 |      100 |      100 |                 4 |
  monthChange.ts                   |      100 |      100 |      100 |      100 |                   |
  pad.ts                           |      100 |      100 |      100 |      100 |                   |
 src/components/VDialog            |    75.82 |    47.69 |    79.31 |    79.76 |                   |
  VDialog.ts                       |    78.41 |    47.69 |    79.31 |    82.72 |... 24,233,237,238 |
  index.ts                         |        0 |      100 |      100 |        0 |             1,3,4 |
 src/components/VDivider           |      100 |      100 |      100 |      100 |                   |
  VDivider.ts                      |      100 |      100 |      100 |      100 |                   |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
 src/components/VExpansionPanel    |     87.5 |    93.75 |    96.97 |    90.41 |                   |
  VExpansionPanel.ts               |      100 |      100 |      100 |      100 |                   |
  VExpansionPanelContent.ts        |      100 |      100 |      100 |      100 |                   |
  VExpansionPanelHeader.ts         |    95.65 |    83.33 |    91.67 |    95.65 |                66 |
  VExpansionPanels.ts              |      100 |      100 |      100 |      100 |                   |
  index.ts                         |        0 |      100 |      100 |        0 |       1,2,3,4,6,8 |
 src/components/VFileInput         |    85.71 |    76.47 |    93.94 |    88.61 |                   |
  VFileInput.ts                    |    88.64 |    76.47 |    93.94 |    92.11 |... 78,220,221,223 |
  index.ts                         |        0 |      100 |      100 |        0 |             1,3,4 |
 src/components/VFooter            |    89.29 |    96.67 |      100 |       88 |                   |
  VFooter.ts                       |      100 |    96.67 |      100 |      100 |                57 |
  index.ts                         |        0 |      100 |      100 |        0 |             1,3,4 |
 src/components/VForm              |    89.09 |       75 |    91.67 |    91.11 |                   |
  VForm.ts                         |    94.23 |       75 |    91.67 |    97.62 |               134 |
  index.ts                         |        0 |      100 |      100 |        0 |             1,3,4 |
 src/components/VGrid              |    55.81 |    61.82 |    55.56 |    56.29 |                   |
  VCol.ts                          |      100 |    94.12 |      100 |      100 |                51 |
  VContainer.ts                    |    60.87 |    21.43 |       50 |       60 |... 39,40,43,48,49 |
  VFlex.ts                         |      100 |      100 |      100 |      100 |                   |
  VLayout.ts                       |      100 |      100 |      100 |      100 |                   |
  VRow.ts                          |        0 |        0 |        0 |        0 |... 14,118,126,129 |
  VSpacer.ts                       |        0 |      100 |      100 |        0 |             1,2,4 |
  grid.ts                          |      100 |    93.75 |      100 |      100 |                23 |
  index.ts                         |        0 |      100 |      100 |        0 |... 11,12,13,14,17 |
 src/components/VHover             |     87.5 |    94.44 |      100 |     87.5 |                   |
  VHover.ts                        |      100 |    94.44 |      100 |      100 |                64 |
  index.ts                         |        0 |      100 |      100 |        0 |             1,3,4 |
 src/components/VIcon              |      100 |    93.33 |      100 |      100 |                   |
  VIcon.ts                         |      100 |    93.33 |      100 |      100 |        70,167,229 |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
 src/components/VImg               |    92.68 |    84.62 |      100 |    95.83 |                   |
  VImg.ts                          |    92.41 |    84.62 |      100 |    95.65 |       157,158,159 |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
 src/components/VInput             |    95.45 |     93.1 |    97.06 |    95.06 |                   |
  VInput.ts                        |    95.29 |     93.1 |    97.06 |    94.87 |   127,129,201,202 |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
 src/components/VItemGroup         |    94.02 |    96.51 |    96.97 |    94.12 |                   |
  VItem.ts                         |       95 |    92.86 |    66.67 |       95 |                27 |
  VItemGroup.ts                    |    98.91 |    97.22 |      100 |      100 |             61,64 |
  index.ts                         |        0 |      100 |      100 |        0 |         1,2,5,6,9 |
 src/components/VLabel             |      100 |      100 |      100 |      100 |                   |
  VLabel.ts                        |      100 |      100 |      100 |      100 |                   |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
 src/components/VLazy              |       85 |      100 |      100 |    83.33 |                   |
  VLazy.ts                         |      100 |      100 |      100 |      100 |                   |
  index.ts                         |        0 |      100 |      100 |        0 |             1,3,4 |
 src/components/VList              |    90.91 |    86.92 |    90.48 |    94.81 |                   |
  VList.ts                         |       40 |       50 |       50 |    57.14 | 78,81,83,86,88,89 |
  VListGroup.ts                    |    98.18 |    86.36 |      100 |      100 |... 29,176,177,185 |
  VListItem.ts                     |       96 |    97.56 |      100 |    95.45 |           173,174 |
  VListItemAction.ts               |       90 |     87.5 |      100 |      100 |                15 |
  VListItemAvatar.ts               |      100 |       75 |      100 |      100 |                32 |
  VListItemGroup.ts                |      100 |      100 |      100 |      100 |                   |
  VListItemIcon.ts                 |      100 |       50 |      100 |      100 |                11 |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
 src/components/VMenu              |    75.71 |    65.35 |    74.47 |    78.13 |                   |
  VMenu.ts                         |    75.29 |    65.35 |    74.47 |    77.71 |... 85,422,423,424 |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
 src/components/VMessages          |      100 |      100 |      100 |      100 |                   |
  VMessages.ts                     |      100 |      100 |      100 |      100 |                   |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
 src/components/VNavigationDrawer  |    87.16 |    90.91 |    93.88 |       88 |                   |
  VNavigationDrawer.ts             |    88.97 |    90.91 |    93.88 |    90.16 |... 63,364,365,385 |
  index.ts                         |        0 |      100 |      100 |        0 |             1,3,4 |
 src/components/VOverflowBtn       |    69.77 |    53.33 |    91.67 |       70 |                   |
  VOverflowBtn.ts                  |       75 |    53.33 |    91.67 |    75.68 |... 99,100,101,102 |
  index.ts                         |        0 |      100 |      100 |        0 |             1,3,4 |
 src/components/VOverlay           |      100 |      100 |      100 |      100 |                   |
  VOverlay.ts                      |      100 |      100 |      100 |      100 |                   |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
 src/components/VPagination        |    95.24 |      100 |      100 |    95.08 |                   |
  VPagination.ts                   |      100 |      100 |      100 |      100 |                   |
  index.ts                         |        0 |      100 |      100 |        0 |             1,3,4 |
 src/components/VParallax          |    66.67 |    66.67 |    71.43 |    69.23 |                   |
  VParallax.ts                     |       75 |    66.67 |    71.43 |    78.26 |    61,62,65,66,73 |
  index.ts                         |        0 |      100 |      100 |        0 |             1,3,4 |
 src/components/VPicker            |      100 |    91.67 |      100 |      100 |                   |
  VPicker.ts                       |      100 |    91.67 |      100 |      100 |                63 |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
 src/components/VProgressCircular  |      100 |      100 |      100 |      100 |                   |
  VProgressCircular.ts             |      100 |      100 |      100 |      100 |                   |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
 src/components/VProgressLinear    |    98.21 |     92.5 |      100 |      100 |                   |
  VProgressLinear.ts               |    98.11 |     92.5 |      100 |      100 |       201,225,227 |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
 src/components/VRadioGroup        |       80 |    81.08 |       92 |    81.82 |                   |
  VRadio.ts                        |    88.64 |    81.82 |       90 |    90.48 |    88,121,127,129 |
  VRadioGroup.ts                   |    80.95 |       75 |      100 |       80 |       83,85,86,88 |
  index.ts                         |        0 |      100 |      100 |        0 |           1,2,4,6 |
 src/components/VRangeSlider       |    83.05 |    79.69 |       96 |       84 |                   |
  VRangeSlider.ts                  |    85.22 |    79.69 |       96 |     86.6 |... 97,200,202,209 |
  index.ts                         |        0 |      100 |      100 |        0 |             1,3,4 |
 src/components/VRating            |    96.43 |    98.28 |      100 |    95.95 |                   |
  VRating.ts                       |      100 |    98.28 |      100 |      100 |               176 |
  index.ts                         |        0 |      100 |      100 |        0 |             1,3,4 |
 src/components/VResponsive        |      100 |      100 |      100 |      100 |                   |
  VResponsive.ts                   |      100 |      100 |      100 |      100 |                   |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
 src/components/VSelect            |     89.2 |    82.62 |    91.74 |    91.04 |                   |
  VSelect.ts                       |    89.37 |    83.63 |    92.94 |    91.85 |... 41,762,763,765 |
  VSelectList.ts                   |    91.76 |    78.57 |     87.5 |    91.78 |... 87,188,198,215 |
  index.ts                         |        0 |      100 |      100 |        0 |             1,3,4 |
 src/components/VSheet             |      100 |      100 |      100 |      100 |                   |
  VSheet.ts                        |      100 |      100 |      100 |      100 |                   |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
 src/components/VSkeletonLoader    |    93.22 |    97.06 |      100 |    93.48 |                   |
  VSkeletonLoader.ts               |    98.21 |    97.06 |      100 |      100 |               172 |
  index.ts                         |        0 |      100 |      100 |        0 |             1,3,4 |
 src/components/VSlideGroup        |    72.22 |    79.66 |    82.86 |    72.28 |                   |
  VSlideGroup.ts                   |    78.79 |    79.66 |    82.86 |    79.35 |... 73,279,280,330 |
  VSlideItem.ts                    |        0 |      100 |      100 |        0 |           2,5,6,8 |
  index.ts                         |        0 |      100 |      100 |        0 |         1,2,5,6,9 |
 src/components/VSlider            |    94.58 |    85.06 |      100 |    97.77 |                   |
  VSlider.ts                       |     94.5 |    85.06 |      100 |    97.73 |   478,479,503,504 |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
 src/components/VSnackbar          |    81.82 |    83.33 |      100 |    81.82 |                   |
  VSnackbar.ts                     |    94.74 |    83.33 |      100 |    94.74 |                59 |
  index.ts                         |        0 |      100 |      100 |        0 |             1,3,4 |
 src/components/VSparkline         |    79.05 |       70 |    97.22 |    78.95 |                   |
  VSparkline.ts                    |    81.37 |       70 |    97.22 |    81.52 |... 54,255,256,258 |
  index.ts                         |        0 |      100 |      100 |        0 |             1,3,5 |
 src/components/VSparkline/helpers |    96.67 |    80.77 |      100 |      100 |                   |
  core.ts                          |      100 |      100 |      100 |      100 |                   |
  math.ts                          |      100 |      100 |      100 |      100 |                   |
  path.ts                          |       90 |    72.22 |      100 |      100 |        7,12,28,36 |
 src/components/VSpeedDial         |     87.5 |      100 |     87.5 |    86.67 |                   |
  VSpeedDial.ts                    |    96.55 |      100 |     87.5 |     96.3 |                60 |
  index.ts                         |        0 |      100 |      100 |        0 |             1,3,4 |
 src/components/VStepper           |    67.42 |    60.66 |    73.81 |    67.77 |                   |
  VStepper.ts                      |    48.72 |     6.25 |       50 |       50 |... 11,112,116,119 |
  VStepperContent.ts               |      100 |      100 |      100 |      100 |                   |
  VStepperStep.ts                  |    67.65 |    47.06 |    71.43 |     69.7 |... 23,128,134,135 |
  index.ts                         |        0 |      100 |      100 |        0 |... 11,12,13,14,17 |
 src/components/VSubheader         |      100 |      100 |      100 |      100 |                   |
  VSubheader.ts                    |      100 |      100 |      100 |      100 |                   |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
 src/components/VSwitch            |    80.65 |       80 |      100 |    84.62 |                   |
  VSwitch.ts                       |    89.29 |       80 |      100 |    95.65 |                63 |
  index.ts                         |        0 |      100 |      100 |        0 |             1,3,4 |
 src/components/VSystemBar         |    83.33 |    90.91 |      100 |    83.33 |                   |
  VSystemBar.ts                    |      100 |    90.91 |      100 |      100 |                38 |
  index.ts                         |        0 |      100 |      100 |        0 |             1,3,4 |
 src/components/VTabs              |    84.48 |     80.9 |    91.43 |    87.76 |                   |
  VTab.ts                          |    96.77 |    94.12 |      100 |      100 |                83 |
  VTabItem.ts                      |    33.33 |        0 |        0 |    33.33 |       14,16,17,19 |
  VTabs.ts                         |     87.8 |       80 |    88.24 |    91.55 |... 04,233,273,274 |
  VTabsBar.ts                      |    97.06 |     87.5 |      100 |    96.15 |                57 |
  VTabsItems.ts                    |      100 |      100 |      100 |      100 |                   |
  VTabsSlider.ts                   |      100 |      100 |      100 |      100 |                   |
  index.ts                         |        0 |      100 |      100 |        0 |     1,2,3,4,5,7,9 |
 src/components/VTextField         |    96.27 |    88.24 |      100 |    96.55 |                   |
  VTextField.ts                    |     96.2 |    88.24 |      100 |    96.48 |... 78,289,494,504 |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
 src/components/VTextarea          |    88.24 |    93.75 |      100 |    90.91 |                   |
  VTextarea.ts                     |    96.77 |    93.75 |      100 |      100 |                76 |
  index.ts                         |        0 |      100 |      100 |        0 |             1,3,4 |
 src/components/VThemeProvider     |      100 |      100 |      100 |      100 |                   |
  VThemeProvider.ts                |      100 |      100 |      100 |      100 |                   |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
 src/components/VTimePicker        |    94.58 |    88.89 |    95.89 |    96.62 |                   |
  SelectingTimes.ts                |      100 |      100 |      100 |      100 |                   |
  VTimePicker.ts                   |     95.3 |    86.11 |    92.68 |    97.58 |       273,282,283 |
  VTimePickerClock.ts              |    98.94 |    91.38 |      100 |      100 |   115,186,192,196 |
  VTimePickerTitle.ts              |      100 |      100 |      100 |      100 |                   |
  index.ts                         |        0 |      100 |      100 |        0 |         1,2,3,5,7 |
 src/components/VTimeline          |    85.71 |    85.71 |      100 |     87.5 |                   |
  VTimeline.ts                     |      100 |      100 |      100 |      100 |                   |
  VTimelineItem.ts                 |      100 |    85.71 |      100 |      100 |           115,116 |
  index.ts                         |        0 |      100 |      100 |        0 |           1,2,4,6 |
 src/components/VToolbar           |    80.77 |    85.29 |      100 |     81.4 |                   |
  VToolbar.ts                      |    95.45 |    85.29 |      100 |      100 |   62,63,67,68,130 |
  index.ts                         |        0 |      100 |      100 |        0 |... ,8,11,12,13,16 |
 src/components/VTooltip           |     71.6 |    53.13 |    76.19 |    76.06 |                   |
  VTooltip.ts                      |    74.36 |    53.13 |    76.19 |    79.41 |... 74,177,178,179 |
  index.ts                         |        0 |      100 |      100 |        0 |             1,3,4 |
 src/components/VTreeview          |    92.95 |    88.24 |    97.62 |    96.89 |                   |
  VTreeview.ts                     |    93.66 |    87.25 |       96 |     97.6 |   344,345,346,364 |
  VTreeviewNode.ts                 |    96.08 |     90.2 |      100 |      100 |... 24,239,243,288 |
  index.ts                         |        0 |      100 |      100 |        0 |           1,2,4,6 |
 src/components/VTreeview/util     |      100 |      100 |      100 |      100 |                   |
  filterTreeItems.ts               |      100 |      100 |      100 |      100 |                   |
 src/components/VWindow            |    93.44 |     87.8 |      100 |    94.02 |                   |
  VWindow.ts                       |      100 |    89.29 |      100 |      100 |86,168,182,255,258 |
  VWindowItem.ts                   |    92.11 |    84.62 |      100 |    92.11 |        93,109,125 |
  index.ts                         |        0 |      100 |      100 |        0 |           1,2,4,6 |
 src/components/transitions        |    54.65 |    42.86 |    31.25 |    54.67 |                   |
  createTransition.ts              |       60 |       50 |       50 |       65 | 5,6,9,54,55,61,64 |
  expand-transition.ts             |    23.68 |     37.5 |     12.5 |    15.63 |... 78,82,83,84,85 |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
 src/directives                    |      100 |      100 |      100 |      100 |                   |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
 src/directives/click-outside      |       96 |    96.55 |      100 |      100 |                   |
  index.ts                         |       96 |    96.55 |      100 |      100 |                73 |
 src/directives/intersect          |    95.65 |      100 |       75 |      100 |                   |
  index.ts                         |    95.65 |      100 |       75 |      100 |                   |
 src/directives/mutate             |      100 |      100 |      100 |      100 |                   |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
 src/directives/resize             |    93.33 |     87.5 |      100 |      100 |                   |
  index.ts                         |    93.33 |     87.5 |      100 |      100 |                24 |
 src/directives/ripple             |    85.28 |    72.73 |    95.45 |    87.92 |                   |
  index.ts                         |    85.28 |    72.73 |    95.45 |    87.92 |... 56,257,258,259 |
 src/directives/scroll             |    94.12 |     87.5 |      100 |      100 |                   |
  index.ts                         |    94.12 |     87.5 |      100 |      100 |                14 |
 src/directives/touch              |      100 |      100 |      100 |      100 |                   |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
 src/locale                        |      100 |      100 |      100 |      100 |                   |
  af.ts                            |      100 |      100 |      100 |      100 |                   |
  ar.ts                            |      100 |      100 |      100 |      100 |                   |
  ca.ts                            |      100 |      100 |      100 |      100 |                   |
  cs.ts                            |      100 |      100 |      100 |      100 |                   |
  de.ts                            |      100 |      100 |      100 |      100 |                   |
  el.ts                            |      100 |      100 |      100 |      100 |                   |
  en.ts                            |      100 |      100 |      100 |      100 |                   |
  es.ts                            |      100 |      100 |      100 |      100 |                   |
  et.ts                            |      100 |      100 |      100 |      100 |                   |
  fa.ts                            |      100 |      100 |      100 |      100 |                   |
  fr.ts                            |      100 |      100 |      100 |      100 |                   |
  he.ts                            |      100 |      100 |      100 |      100 |                   |
  hr.ts                            |      100 |      100 |      100 |      100 |                   |
  hu.ts                            |      100 |      100 |      100 |      100 |                   |
  id.ts                            |      100 |      100 |      100 |      100 |                   |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
  it.ts                            |      100 |      100 |      100 |      100 |                   |
  ja.ts                            |      100 |      100 |      100 |      100 |                   |
  ko.ts                            |      100 |      100 |      100 |      100 |                   |
  lt.ts                            |      100 |      100 |      100 |      100 |                   |
  lv.ts                            |      100 |      100 |      100 |      100 |                   |
  nl.ts                            |      100 |      100 |      100 |      100 |                   |
  no.ts                            |      100 |      100 |      100 |      100 |                   |
  pl.ts                            |      100 |      100 |      100 |      100 |                   |
  pt.ts                            |      100 |      100 |      100 |      100 |                   |
  ro.ts                            |      100 |      100 |      100 |      100 |                   |
  ru.ts                            |      100 |      100 |      100 |      100 |                   |
  sl.ts                            |      100 |      100 |      100 |      100 |                   |
  sr-Cyrl.ts                       |      100 |      100 |      100 |      100 |                   |
  sv.ts                            |      100 |      100 |      100 |      100 |                   |
  th.ts                            |      100 |      100 |      100 |      100 |                   |
  tr.ts                            |      100 |      100 |      100 |      100 |                   |
  uk.ts                            |      100 |      100 |      100 |      100 |                   |
  zh-Hans.ts                       |      100 |      100 |      100 |      100 |                   |
  zh-Hant.ts                       |      100 |      100 |      100 |      100 |                   |
 src/mixins/activatable            |    96.39 |    82.98 |    94.74 |    95.95 |                   |
  index.ts                         |    96.39 |    82.98 |    94.74 |    95.95 |       134,147,150 |
 src/mixins/applicationable        |    88.89 |    91.67 |    83.33 |       90 |                   |
  index.ts                         |    88.89 |    91.67 |    83.33 |       90 |             36,51 |
 src/mixins/binds-attrs            |    90.91 |       50 |      100 |    90.91 |                   |
  index.ts                         |    90.91 |       50 |      100 |    90.91 |                12 |
 src/mixins/bootable               |      100 |      100 |      100 |      100 |                   |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
 src/mixins/button-group           |      100 |      100 |      100 |      100 |                   |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
 src/mixins/colorable              |      100 |    83.33 |      100 |      100 |                   |
  index.ts                         |      100 |    83.33 |      100 |      100 |       18,24,47,53 |
 src/mixins/comparable             |      100 |      100 |      100 |      100 |                   |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
 src/mixins/delayable              |      100 |      100 |      100 |      100 |                   |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
 src/mixins/dependent              |    96.97 |    91.67 |      100 |      100 |                   |
  index.ts                         |    96.97 |    91.67 |      100 |      100 |                75 |
 src/mixins/detachable             |    83.33 |    73.33 |    84.62 |    84.44 |                   |
  index.ts                         |    83.33 |    73.33 |    84.62 |    84.44 |... 00,101,102,107 |
 src/mixins/elevatable             |    88.89 |       75 |      100 |      100 |                   |
  index.ts                         |    88.89 |       75 |      100 |      100 |                18 |
 src/mixins/filterable             |      100 |      100 |      100 |      100 |                   |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
 src/mixins/groupable              |      100 |      100 |      100 |      100 |                   |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
 src/mixins/intersectable          |    84.21 |       75 |       75 |    81.25 |                   |
  index.ts                         |    84.21 |       75 |       75 |    81.25 |          13,29,44 |
 src/mixins/loadable               |      100 |       80 |      100 |      100 |                   |
  index.ts                         |      100 |       80 |      100 |      100 |             39,40 |
 src/mixins/localable              |      100 |      100 |      100 |      100 |                   |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
 src/mixins/measurable             |    86.96 |       75 |      100 |      100 |                   |
  index.ts                         |    86.96 |       75 |      100 |      100 |          33,34,37 |
 src/mixins/menuable               |    85.82 |    73.28 |    93.75 |     92.8 |                   |
  index.ts                         |    85.82 |    73.28 |    93.75 |     92.8 |... 53,254,326,327 |
 src/mixins/overlayable            |    49.53 |    36.26 |     62.5 |    52.17 |                   |
  index.ts                         |    49.53 |    36.26 |     62.5 |    52.17 |... 10,213,215,219 |
 src/mixins/picker                 |     87.5 |      100 |       50 |     87.5 |                   |
  index.ts                         |     87.5 |      100 |       50 |     87.5 |             34,37 |
 src/mixins/picker-button          |    92.86 |       90 |      100 |      100 |                   |
  index.ts                         |    92.86 |       90 |      100 |      100 |                20 |
 src/mixins/positionable           |      100 |      100 |      100 |      100 |                   |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
 src/mixins/proxyable              |    93.75 |    83.33 |      100 |      100 |                   |
  index.ts                         |    93.75 |    83.33 |      100 |      100 |                40 |
 src/mixins/registrable            |      100 |      100 |      100 |      100 |                   |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
 src/mixins/returnable             |       60 |      100 |       50 |       60 |                   |
  index.ts                         |       60 |      100 |       50 |       60 |       27,28,29,30 |
 src/mixins/rippleable             |      100 |      100 |       50 |      100 |                   |
  index.ts                         |      100 |      100 |       50 |      100 |                   |
 src/mixins/routable               |    95.65 |    92.59 |    81.82 |    97.44 |                   |
  index.ts                         |    95.65 |    92.59 |    81.82 |    97.44 |                79 |
 src/mixins/scrollable             |      100 |      100 |      100 |      100 |                   |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
 src/mixins/selectable             |    90.16 |    86.67 |     87.5 |    96.23 |                   |
  index.ts                         |    90.16 |    86.67 |     87.5 |    96.23 |           130,140 |
 src/mixins/sizeable               |      100 |      100 |      100 |      100 |                   |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
 src/mixins/ssr-bootable           |      100 |      100 |      100 |      100 |                   |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
 src/mixins/stackable              |    76.19 |    64.29 |      100 |    88.24 |                   |
  index.ts                         |    76.19 |    64.29 |      100 |    88.24 |             57,58 |
 src/mixins/themeable              |    91.67 |       75 |      100 |    91.67 |                   |
  index.ts                         |    91.67 |       75 |      100 |    91.67 |             83,86 |
 src/mixins/toggleable             |      100 |    83.33 |      100 |      100 |                   |
  index.ts                         |      100 |    83.33 |      100 |      100 |                 7 |
 src/mixins/transitionable         |      100 |      100 |      100 |      100 |                   |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
 src/mixins/translatable           |    16.67 |      100 |    14.29 |    16.67 |                   |
  index.ts                         |    16.67 |      100 |    14.29 |    16.67 |... 43,47,50,52,57 |
 src/mixins/validatable            |      100 |      100 |      100 |      100 |                   |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
 src/presets/default               |      100 |      100 |      100 |      100 |                   |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
 src/services                      |      100 |      100 |      100 |      100 |                   |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
 src/services/application          |      100 |      100 |      100 |      100 |                   |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
 src/services/breakpoint           |      100 |    96.61 |      100 |      100 |                   |
  index.ts                         |      100 |    96.61 |      100 |      100 |           151,160 |
 src/services/goto                 |      100 |    93.75 |    95.24 |      100 |                   |
  easing-patterns.ts               |      100 |      100 |      100 |      100 |                   |
  index.ts                         |      100 |       85 |       75 |      100 |          21,38,54 |
  util.ts                          |      100 |      100 |      100 |      100 |                   |
 src/services/icons                |      100 |      100 |      100 |      100 |                   |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
 src/services/icons/presets        |      100 |      100 |      100 |      100 |                   |
  fa-svg.ts                        |      100 |      100 |      100 |      100 |                   |
  fa.ts                            |      100 |      100 |      100 |      100 |                   |
  fa4.ts                           |      100 |      100 |      100 |      100 |                   |
  index.ts                         |      100 |      100 |      100 |      100 |                   |
  md.ts                            |      100 |      100 |      100 |      100 |                   |
  mdi-svg.ts                       |      100 |      100 |      100 |      100 |                   |
  mdi.ts                           |      100 |      100 |      100 |      100 |                   |
 src/services/lang                 |    97.73 |    91.67 |      100 |      100 |                   |
  index.ts                         |    97.73 |    91.67 |      100 |      100 |                21 |
 src/services/presets              |    94.12 |    66.67 |      100 |    93.33 |                   |
  index.ts                         |    94.12 |    66.67 |      100 |    93.33 |                36 |
 src/services/service              |      100 |      100 |       50 |      100 |                   |
  index.ts                         |      100 |      100 |       50 |      100 |                   |
 src/services/theme                |    97.62 |     94.9 |    97.06 |    99.44 |                   |
  index.ts                         |    96.72 |    92.98 |       96 |    99.11 |               199 |
  utils.ts                         |    98.86 |    97.56 |      100 |      100 |                21 |
 src/util                          |    86.76 |    76.55 |    87.63 |    88.89 |                   |
  colorUtils.ts                    |    92.11 |     91.3 |    86.36 |    94.79 |... 93,203,204,206 |
  colors.ts                        |      100 |      100 |      100 |      100 |                   |
  component.ts                     |        0 |      100 |        0 |        0 |             19,20 |
  console.ts                       |    75.93 |    64.29 |    66.67 |       75 |... 86,87,88,90,91 |
  dateTimeUtils.ts                 |    80.65 |    69.57 |      100 |    85.71 |          4,5,6,25 |
  dedupeModelListeners.ts          |    28.57 |    22.22 |      100 |    33.33 |       11,12,13,15 |
  helpers.ts                       |    93.51 |    83.43 |    94.12 |    97.03 |... 16,363,364,379 |
  mergeData.ts                     |    69.86 |    68.52 |       50 |    72.13 |... ,86,93,115,134 |
  mixins.ts                        |      100 |      100 |      100 |      100 |                   |
  rebuildFunctionalSlots.ts        |    66.67 |        0 |      100 |    66.67 |               7,8 |
 src/util/color                    |      100 |      100 |      100 |      100 |                   |
  transformCIELAB.ts               |      100 |      100 |      100 |      100 |                   |
  transformSRGB.ts                 |      100 |      100 |      100 |      100 |                   |
-----------------------------------|----------|----------|----------|----------|-------------------|
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

lerna ERR! yarn run test:coverage -i stderr:
PASS Vuetify src/components/VTimePicker/__tests__/VTimePicker.spec.ts (9.83s)
PASS Vuetify src/components/VTextField/__tests__/VTextField.spec.ts
PASS Vuetify src/components/VDataTable/__tests__/VDataTable.spec.ts (9.119s)
PASS Vuetify src/components/VDatePicker/__tests__/VDatePicker.date.spec.ts
PASS Vuetify src/components/VTreeview/__tests__/VTreeview.spec.ts
PASS Vuetify src/components/VCalendar/util/__tests__/timestamp.spec.ts
PASS Vuetify src/components/VSlider/__tests__/VSlider.spec.ts
PASS Vuetify src/util/__tests__/helpers.spec.ts
PASS Vuetify src/components/VNavigationDrawer/__tests__/VNavigationDrawer.spec.ts (9.058s)
PASS Vuetify src/components/VAutocomplete/__tests__/VAutocomplete.spec.ts
PASS Vuetify src/components/VData/__tests__/VData.spec.ts
PASS Vuetify src/mixins/validatable/__tests__/validatable.spec.ts
PASS Vuetify src/components/VSelect/__tests__/VSelect3.spec.ts
PASS Vuetify src/components/VSelect/__tests__/VSelect.spec.ts
PASS Vuetify src/components/VAutocomplete/__tests__/VAutocomplete2.spec.ts
PASS Vuetify src/components/VSelect/__tests__/VSelect2.spec.ts
PASS Vuetify src/components/VCalendar/mixins/__tests__/calendar-with-intervals.spec.ts
PASS Vuetify src/components/VSelect/__tests__/VSelect4.spec.ts
PASS Vuetify src/components/VCombobox/__tests__/VCombobox-multiple.spec.ts
PASS Vuetify src/components/VCheckbox/__tests__/VCheckbox.spec.ts
PASS Vuetify src/components/VIcon/__tests__/VIcon.spec.ts
PASS Vuetify src/components/VWindow/__tests__/VWindow.spec.ts
PASS Vuetify src/components/VDialog/__tests__/VDialog.spec.ts
PASS Vuetify src/components/VItemGroup/__tests__/VItemGroup.spec.ts
PASS Vuetify src/components/VDatePicker/__tests__/VDatePicker.month.spec.ts
PASS Vuetify src/components/VAppBar/__tests__/VAppBar.spec.ts
PASS Vuetify src/components/VTimePicker/__tests__/VTimePickerClock.spec.ts
PASS Vuetify src/components/VCombobox/__tests__/VCombobox.spec.ts
PASS Vuetify src/components/VCalendar/mixins/__tests__/calendar-with-events.spec.ts
PASS Vuetify src/components/VSlideGroup/__tests__/VSlideGroup.spec.ts
PASS Vuetify src/components/VDataIterator/__tests__/VDataIterator.spec.ts
PASS Vuetify src/components/VDatePicker/__tests__/VDatePickerDateTable.spec.ts
PASS Vuetify src/services/theme/__tests__/theme.spec.ts
PASS Vuetify src/components/VPagination/__tests__/VPagination.spec.ts
PASS Vuetify src/components/VBtn/__tests__/VBtn.spec.ts
PASS Vuetify src/components/VMenu/__tests__/VMenu.spec.ts
PASS Vuetify src/components/VStepper/__tests__/VStepperContent.spec.ts
PASS Vuetify src/components/VInput/__tests__/VInput.spec.ts
PASS Vuetify src/components/VFileInput/__tests__/VFileInput.spec.ts
PASS Vuetify src/components/VSparkline/__tests__/VSparkline.spec.ts
PASS Vuetify src/components/VProgressLinear/__tests__/VProgressLinear.spec.ts
PASS Vuetify src/components/VDatePicker/__tests__/VDatePickerMonthTable.spec.ts
PASS Vuetify src/components/VRating/__tests__/VRating.spec.ts
PASS Vuetify src/components/VForm/__tests__/VForm.spec.ts
PASS Vuetify src/components/VRangeSlider/__tests__/VRangeSlider.spec.ts
PASS Vuetify src/components/VDatePicker/__tests__/VDatePickerHeader.spec.ts
PASS Vuetify src/services/breakpoint/__tests__/breakpoint.spec.ts
PASS Vuetify src/components/VList/__tests__/VListItem.spec.ts
PASS Vuetify src/components/VTimePicker/__tests__/VTimePickerTitle.spec.ts
PASS Vuetify src/components/VCalendar/mixins/__tests__/calendar-base.spec.ts
PASS Vuetify src/components/VBanner/__tests__/VBanner.spec.ts
PASS Vuetify src/components/VCalendar/__tests__/VCalendarDaily.spec.ts
PASS Vuetify src/components/VWindow/__tests__/VWindowItem.spec.ts
PASS Vuetify src/components/VTreeview/__tests__/VTreeviewNode.spec.ts
PASS Vuetify src/components/VDataTable/__tests__/VEditDialog.spec.ts
PASS Vuetify src/components/VDataIterator/__tests__/VDataFooter.spec.ts
PASS Vuetify src/components/VAutocomplete/__tests__/VAutocomplete3.spec.ts
PASS Vuetify src/components/VList/__tests__/VListGroup.spec.ts
PASS Vuetify src/util/__tests__/colorUtils.spec.ts
PASS Vuetify src/mixins/activatable/__tests__/activatable.spec.ts
PASS Vuetify src/components/VGrid/__tests__/VCol.spec.ts
PASS Vuetify src/components/VAlert/__tests__/VAlert.spec.ts
PASS Vuetify src/components/VImg/__tests__/VImg.spec.ts
PASS Vuetify src/components/VTabs/__tests__/VTabs.spec.ts
FAIL Vuetify src/components/VDataTable/__tests__/VDataTableHeader.spec.ts
  ● VDataTableHeader.ts › mobile › should work with multiSort

    expect(received).toMatchSnapshot()

    Snapshot name: `VDataTableHeader.ts mobile should work with multiSort 1`

    - Snapshot
    + Received

    @@ -16,11 +16,11 @@
                             style="left: 0px; position: absolute;"
                      >
                        Sort by
                      </label>
                      <div class="v-select__selections">
    -                   <span class="sortable v-chip v-chip--no-color theme--light v-size--default">
    +                   <span class="sortable v-chip v-chip--clickable v-chip--no-color theme--light v-size--default">
                          <span class="v-chip__content">
                            Iron (%)
                            <div class="v-chip__close sortable active desc">
                              <i aria-hidden="true"
                                 class="v-icon notranslate v-data-table-header__icon material-icons theme--light"

      84 |         })
      85 | 
    > 86 |         expect(wrapper.html()).toMatchSnapshot()
         |                                ^
      87 |       })
      88 | 
      89 |       it('should work with sortBy correctly', () => {

      at Object.<anonymous> (src/components/VDataTable/__tests__/VDataTableHeader.spec.ts:86:32)

  ● VDataTableHeader.ts › mobile › should work with sortBy correctly

    expect(received).toMatchSnapshot()

    Snapshot name: `VDataTableHeader.ts mobile should work with sortBy correctly 1`

    - Snapshot
    + Received

    @@ -16,11 +16,11 @@
                             style="left: 0px; position: absolute;"
                      >
                        Sort by
                      </label>
                      <div class="v-select__selections">
    -                   <span class="sortable v-chip v-chip--no-color theme--light v-size--default">
    +                   <span class="sortable v-chip v-chip--clickable v-chip--no-color theme--light v-size--default">
                          <span class="v-chip__content">
                            Iron (%)
                            <div class="v-chip__close sortable active desc">
                              <i aria-hidden="true"
                                 class="v-icon notranslate v-data-table-header__icon material-icons theme--light"

       97 |         })
       98 | 
    >  99 |         expect(wrapper.html()).toMatchSnapshot()
          |                                ^
      100 |       })
      101 | 
      102 |       it('should work with sortDesc correctly', () => {

      at Object.<anonymous> (src/components/VDataTable/__tests__/VDataTableHeader.spec.ts:99:32)

  ● VDataTableHeader.ts ��� mobile › should work with sortDesc correctly

    expect(received).toMatchSnapshot()

    Snapshot name: `VDataTableHeader.ts mobile should work with sortDesc correctly 1`

    - Snapshot
    + Received

    @@ -16,11 +16,11 @@
                             style="left: 0px; position: absolute;"
                      >
                        Sort by
                      </label>
                      <div class="v-select__selections">
    -                   <span class="sortable v-chip v-chip--no-color theme--light v-size--default">
    +                   <span class="sortable v-chip v-chip--clickable v-chip--no-color theme--light v-size--default">
                          <span class="v-chip__content">
                            Iron (%)
                            <div class="v-chip__close sortable active asc">
                              <i aria-hidden="true"
                                 class="v-icon notranslate v-data-table-header__icon material-icons theme--light"

      110 |         })
      111 | 
    > 112 |         expect(wrapper.httravis_time:end:05551091:start=1587744042003355392,finish=1587744228606752628,duration=186603397236,event=script
TravisBuddy Request Identifier: a6ee84a0-864b-11ea-8a50-97832c31500c

@johnleider johnleider added this to the v2.2.x milestone Apr 24, 2020
@johnleider johnleider added C: VCalendar VCalendar T: bug Functionality that does not work as intended/expected labels Apr 24, 2020
@johnleider johnleider merged commit 50d6047 into master Apr 24, 2020
@johnleider johnleider deleted the fix/9999-nativeon-elements branch April 24, 2020 16:05
@johnleider johnleider restored the fix/9999-nativeon-elements branch April 25, 2020 02:27
johnleider added a commit that referenced this pull request Apr 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VCalendar VCalendar T: bug Functionality that does not work as intended/expected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug Report] warning with VueJS 2.6.11
3 participants