Open
Description
Describe the bug
When mounting a Vue component in a unit test using Vitest, the test fails due to an incorrect module import in @progress/kendo-vue-pdf.
To Reproduce
- Download the project from the ticket
- Run npm install and then npm run test
- Notice that the following error is produced:
Error: Cannot find module '/Users/palmer/Documents/rm/kendo-pdf-repro/node_modules/@progress/kendo-drawing/pdf' imported from /Users/palmer/Documents/rm/kendo-pdf-repro/node_modules/@progress/kendo-vue-pdf/KendoDrawingAdapter.mjs Did you mean to import "@progress/kendo-drawing/pdf.js"?
Expected behavior
No errors should occur
Reported in Ticket 1676680