-
-
Notifications
You must be signed in to change notification settings - Fork 531
Open
Description
My test suite will fail to run if I'm trying to test a component which uses vuepdf. This is with Jest on a project set up with vue-cli:
` ● Test suite failed to run
C:\frontend\uc-front\node_modules\vue-pdf\src\vuePdfNoSss.vue:1
({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,global,jest){<style src="./annotationLayer.css"></style>
SyntaxError: Unexpected token <`
I don't get this error if I don't import vue-pdf in the component.