vue-wait icon indicating copy to clipboard operation
vue-wait copied to clipboard

Remove lang="html" in the template.

Open serebrov opened this issue 2 years ago • 2 comments

After vue-cli 5 upgrade, we are getting an error in jest tests:

$ npm run test:unit -- tests/unit/test.spec.ts

Component /.../frontend/node_modules/vue-wait/src/components/v-wait.vue uses lang html for template, however it is not installed.

 FAIL  tests/unit/test.spec.ts
  ● Test suite failed to run

    [vue-jest] Error: Vue template compilation failed

Removing lang="html" in the component template fixes the issue.

serebrov avatar Mar 06 '22 17:03 serebrov

@f could you approve and merge this? <3 We're using this in our company and breaks when migrating to Vitejs, this would solve it.

jdinartejesus avatar Jul 12 '23 12:07 jdinartejesus

Have the same problem with [email protected]. Would really appreciate if the MR could be merged ❤️

nkosakul avatar Jul 12 '23 12:07 nkosakul