We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi ! Jest raises an error when I try to run my test with npm run test:unit :
npm run test:unit
/home/nicolas/repo/smooth-pomodoro/node_modules/@vueuse/sound/dist/index.mjs:1 ({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,jest){import { ref, onMounted, unref, watch } from 'vue-demi'; SyntaxError: Cannot use import statement outside a module
If you want to reproduce, here is the link of the project, the branch is use-vueuse-for-sound
PS : thanks for the module, it's super cool !
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi !
Jest raises an error when I try to run my test with
npm run test:unit
:If you want to reproduce, here is the link of the project, the branch is use-vueuse-for-sound
PS : thanks for the module, it's super cool !
The text was updated successfully, but these errors were encountered: