vue-async-computed-decorator
vue-async-computed-decorator copied to clipboard
Jest tests fail at importing vue-async-computed-decorator
Hello.
I have a project, that has Vue and Jest written in typescript.
Encountered an issue, that Jest fails with Cannot find module 'vue-async-computed-decorator'
. I am relatively new to unit testing and can't figure out if this is my fault with Jest configuration, or something wrong with computed-decorator.
Set up a reproduction repo for this case: https://github.com/Threnos/jest-vue-test-utils-vue-async-computed-decorator
Steps for reproduction:
Clone the repo and run test:unit
.