Skip to content

Commit

Permalink
Update @vue/test-utils to 1.0.0-beta.29 (#2201)
Browse files Browse the repository at this point in the history
- Fixed a bug (vuejs/vue-test-utils#1137)
- Remove unnecessary warning when running unit tests
  • Loading branch information
service-paradis committed Feb 5, 2020
1 parent f3ce00f commit 9026b74
Show file tree
Hide file tree
Showing 13 changed files with 1,161 additions and 503 deletions.
1,574 changes: 1,116 additions & 458 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -67,7 +67,7 @@
"@babel/preset-env": "7.3.4",
"@fortawesome/fontawesome-free": "5.3.1",
"@mdi/font": "4.8.95",
"@vue/test-utils": "1.0.0-beta.25",
"@vue/test-utils": "1.0.0-beta.29",
"autoprefixer": "7.1.1",
"axios": "0.18.1",
"babel-core": "6.25.0",
Expand Down
4 changes: 2 additions & 2 deletions src/components/carousel/__snapshots__/Carousel.spec.js.snap
Expand Up @@ -5,8 +5,8 @@ exports[`BCarousel render correctly 1`] = `
<!---->
<div class="carousel-items">
<div class="carousel-arrow is-hovered">
<bicon-stub icon="chevron-left" both="true" class="has-icons-left"></bicon-stub>
<bicon-stub icon="chevron-right" both="true" class="has-icons-right"></bicon-stub>
<b-icon-stub icon="chevron-left" both="true" class="has-icons-left"></b-icon-stub>
<b-icon-stub icon="chevron-right" both="true" class="has-icons-right"></b-icon-stub>
</div>
</div>
<!---->
Expand Down
Expand Up @@ -4,8 +4,8 @@ exports[`BCarouselList render correctly 1`] = `
<div class="carousel-list">
<div class="carousel-slides" style="transform: translateX(0px);"></div>
<div class="carousel-arrow is-hovered">
<bicon-stub icon="chevron-left" both="true" class="has-icons-left" style="display: none;"></bicon-stub>
<bicon-stub icon="chevron-right" both="true" class="has-icons-right" style=""></bicon-stub>
<b-icon-stub icon="chevron-left" both="true" class="has-icons-left" style="display: none;"></b-icon-stub>
<b-icon-stub icon="chevron-right" both="true" class="has-icons-right" style=""></b-icon-stub>
</div>
</div>
`;
Expand Up @@ -2,8 +2,8 @@

exports[`BClockpicker render correctly 1`] = `
<div class="b-clockpicker control is-primary">
<bdropdown-stub mobilemodal="true" ariarole="" animation="fade" closeonclick="true" canclose="true">
<binput-stub type="text" hascounter="true" customclass="" autocomplete="off" readonly="true" use-html5-validation="true"></binput-stub>
<b-dropdown-stub mobilemodal="true" ariarole="" animation="fade" closeonclick="true" canclose="true">
<b-input-stub autocomplete="off" usehtml5validation="true" type="text" hascounter="true" customclass="" readonly="true"></b-input-stub>
<div custom="" class="card">
<!---->
<div class="card-content">
Expand All @@ -15,11 +15,11 @@ exports[`BClockpicker render correctly 1`] = `
<div class="b-clockpicker-btn active">AM</div>
<div class="b-clockpicker-btn">PM</div>
</div>
<bclockpickerface-stub pickersize="266" min="0" max="11" facenumbers="[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]" disabledvalues="function () { [native code] }"></bclockpickerface-stub>
<b-clockpicker-face-stub pickersize="266" min="0" max="11" facenumbers="[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]" disabledvalues="function () { [native code] }"></b-clockpicker-face-stub>
</div>
</div>
<!---->
</div>
</bdropdown-stub>
</b-dropdown-stub>
</div>
`;
28 changes: 14 additions & 14 deletions src/components/datepicker/__snapshots__/Datepicker.spec.js.snap
Expand Up @@ -2,18 +2,18 @@

exports[`BDatepicker render correctly 1`] = `
<div class="datepicker control">
<bdropdown-stub mobilemodal="true" ariarole="" animation="fade" closeonclick="true" canclose="true">
<binput-stub type="text" hascounter="true" customclass="" autocomplete="off" readonly="true" use-html5-validation="true"></binput-stub>
<bdropdownitem-stub custom="true" focusable="true" ariarole="">
<b-dropdown-stub mobilemodal="true" ariarole="" animation="fade" closeonclick="true" canclose="true">
<b-input-stub autocomplete="off" usehtml5validation="true" type="text" hascounter="true" customclass="" readonly="true"></b-input-stub>
<b-dropdown-item-stub custom="true" focusable="true" ariarole="">
<header class="datepicker-header">
<div class="pagination field is-centered"><a role="button" href="#" class="pagination-previous">
<bicon-stub type="is-primary is-clickable" icon="chevron-left" both="true"></bicon-stub>
<b-icon-stub type="is-primary is-clickable" icon="chevron-left" both="true"></b-icon-stub>
</a> <a role="button" href="#" class="pagination-next">
<bicon-stub type="is-primary is-clickable" icon="chevron-right" both="true"></bicon-stub>
<b-icon-stub type="is-primary is-clickable" icon="chevron-right" both="true"></b-icon-stub>
</a>
<div class="pagination-list">
<bfield-stub addons="true">
<bselect-stub value="7">
<b-field-stub addons="true">
<b-select-stub usehtml5validation="true" value="7">
<option value="0">
January
</option>
Expand Down Expand Up @@ -50,8 +50,8 @@ exports[`BDatepicker render correctly 1`] = `
<option value="11">
December
</option>
</bselect-stub>
<bselect-stub value="2018">
</b-select-stub>
<b-select-stub usehtml5validation="true" value="2018">
<option value="2021">
2021
</option>
Expand Down Expand Up @@ -364,16 +364,16 @@ exports[`BDatepicker render correctly 1`] = `
<option value="1918">
1918
</option>
</bselect-stub>
</bfield-stub>
</b-select-stub>
</b-field-stub>
</div>
</div>
</header>
<div class="datepicker-content">
<bdatepickertable-stub daynames="Su,M,Tu,W,Th,F,S" monthnames="January,February,March,April,May,June,July,August,September,October,November,December" firstdayofweek="0" indicators="dots" focused="[object Object]" datecreator="function dateCreator() {}" nearbymonthdays="true" rulesforfirstweek="4"></bdatepickertable-stub>
<b-datepicker-table-stub daynames="Su,M,Tu,W,Th,F,S" monthnames="January,February,March,April,May,June,July,August,September,October,November,December" firstdayofweek="0" indicators="dots" focused="[object Object]" datecreator="function dateCreator() {}" nearbymonthdays="true" rulesforfirstweek="4"></b-datepicker-table-stub>
</div>
<!---->
</bdropdownitem-stub>
</bdropdown-stub>
</b-dropdown-item-stub>
</b-dropdown-stub>
</div>
`;
Expand Up @@ -3,10 +3,10 @@
exports[`BPagination render correctly 1`] = `
<nav class="pagination">
<bpaginationbutton-stub page="[object Object]" tag="a" disabled="true" class="pagination-previous">
<bicon-stub icon="chevron-left" both="true" aria-hidden="true"></bicon-stub>
<b-icon-stub icon="chevron-left" both="true" aria-hidden="true"></b-icon-stub>
</bpaginationbutton-stub>
<bpaginationbutton-stub page="[object Object]" tag="a" disabled="true" class="pagination-next">
<bicon-stub icon="chevron-right" both="true" aria-hidden="true"></bicon-stub>
<b-icon-stub icon="chevron-right" both="true" aria-hidden="true"></b-icon-stub>
</bpaginationbutton-stub>
<ul class="pagination-list">
<!---->
Expand Down
2 changes: 1 addition & 1 deletion src/components/slider/__snapshots__/Slider.spec.js.snap
Expand Up @@ -5,7 +5,7 @@ exports[`BSlider render correctly 1`] = `
<div class="b-slider-track">
<div class="b-slider-fill" style="width: 0%; left: 0%;"></div>
<!---->
<bsliderthumb-stub value="0" type="is-primary" tooltip="true" role="slider" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" aria-orientation="horizontal"></bsliderthumb-stub>
<b-slider-thumb-stub value="0" type="is-primary" tooltip="true" role="slider" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" aria-orientation="horizontal"></b-slider-thumb-stub>
<!---->
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/components/slider/__snapshots__/SliderThumb.spec.js.snap
Expand Up @@ -2,8 +2,8 @@

exports[`BSliderThumb render correctly 1`] = `
<div class="b-slider-thumb-wrapper">
<btooltip-stub active="true" type="" label="0" position="is-top" size="is-medium">
<b-tooltip-stub active="true" type="" label="0" position="is-top" size="is-medium">
<div tabindex="0" class="b-slider-thumb"></div>
</btooltip-stub>
</b-tooltip-stub>
</div>
`;
4 changes: 2 additions & 2 deletions src/components/steps/__snapshots__/Steps.spec.js.snap
Expand Up @@ -23,9 +23,9 @@ exports[`BSteps render correctly 1`] = `
<div></div>
</section>
<nav class="step-navigation"><a role="button" disabled="disabled" class="pagination-previous">
<bicon-stub icon="chevron-left" both="true" aria-hidden="true"></bicon-stub>
<b-icon-stub icon="chevron-left" both="true" aria-hidden="true"></b-icon-stub>
</a> <a role="button" class="pagination-next">
<bicon-stub icon="chevron-right" both="true" aria-hidden="true"></bicon-stub>
<b-icon-stub icon="chevron-right" both="true" aria-hidden="true"></b-icon-stub>
</a></nav>
</div>
`;
Expand Up @@ -3,11 +3,11 @@
exports[`BTableMobileSort render correctly 1`] = `
<div class="field table-mobile-sort">
<div class="field has-addons">
<bselect-stub expanded="">
<b-select-stub expanded="true" usehtml5validation="true">
<!---->
</bselect-stub>
</b-select-stub>
<div class="control"><button class="button is-primary">
<bicon-stub icon="arrow-up" size="is-small" both="true" class="is-desc"></bicon-stub>
<b-icon-stub icon="arrow-up" size="is-small" both="true" class="is-desc"></b-icon-stub>
</button></div>
</div>
</div>
Expand Down
Expand Up @@ -3,7 +3,7 @@
exports[`BTaginput render correctly 1`] = `
<div class="taginput control">
<div class="taginput-container is-focusable">
<bautocomplete-stub value="" data="" field="value" keepfirst="true" use-html5-validation="true"><template></template> <template></template> <template></template></bautocomplete-stub>
<b-autocomplete-stub usehtml5validation="true" value="" data="" field="value" keepfirst="true"><template></template> <template></template> <template></template></b-autocomplete-stub>
</div>
<!---->
</div>
Expand Down
22 changes: 11 additions & 11 deletions src/components/timepicker/__snapshots__/Timepicker.spec.js.snap
Expand Up @@ -2,11 +2,11 @@

exports[`BTimepicker render correctly 1`] = `
<div class="timepicker control">
<bdropdown-stub mobilemodal="true" ariarole="" animation="fade" closeonclick="true" canclose="true">
<binput-stub type="text" hascounter="true" customclass="" autocomplete="off" readonly="true" use-html5-validation="true"></binput-stub>
<bdropdownitem-stub custom="true" focusable="true" ariarole="">
<bfield-stub grouped="true" position="is-centered" addons="true">
<bselect-stub placeholder="00">
<b-dropdown-stub mobilemodal="true" ariarole="" animation="fade" closeonclick="true" canclose="true">
<b-input-stub autocomplete="off" usehtml5validation="true" type="text" hascounter="true" customclass="" readonly="true"></b-input-stub>
<b-dropdown-item-stub custom="true" focusable="true" ariarole="">
<b-field-stub grouped="true" position="is-centered" addons="true">
<b-select-stub usehtml5validation="true" placeholder="00">
<option value="0">
00
</option>
Expand Down Expand Up @@ -79,8 +79,8 @@ exports[`BTimepicker render correctly 1`] = `
<option value="23">
23
</option>
</bselect-stub> <span class="control is-colon">:</span>
<bselect-stub placeholder="00">
</b-select-stub> <span class="control is-colon">:</span>
<b-select-stub usehtml5validation="true" placeholder="00">
<option value="0">
00
</option>
Expand Down Expand Up @@ -261,12 +261,12 @@ exports[`BTimepicker render correctly 1`] = `
<option value="59">
59
</option>
</bselect-stub>
</b-select-stub>
<!---->
<!---->
</bfield-stub>
</b-field-stub>
<!---->
</bdropdownitem-stub>
</bdropdown-stub>
</b-dropdown-item-stub>
</b-dropdown-stub>
</div>
`;

0 comments on commit 9026b74

Please sign in to comment.