Fix auto-progress-bar unit test after Vue3 upgrade.
It has been necessary to bump rollup-plugin-vue, given that the previous version had as dependency the vue-template-compiler for Vue2 which caused incompatibilities running the test.
Type of change
[ ] Bug fix (non-breaking change that fixes an issue)
[ ] New feature (non-breaking change that adds functionality)
[ ] Breaking change (fix or feature that causes existing functionality to not work as expected)
Motivation and context
Fix
auto-progress-bar
unit test after Vue3 upgrade.It has been necessary to bump
rollup-plugin-vue
, given that the previous version had as dependency thevue-template-compiler
for Vue2 which caused incompatibilities running the test.Type of change
What is the destination branch of this PR?
Main
How has this been tested?
Tests performed according to testing guidelines:
Checklist: