-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
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
Using watch fail on first refresh #91
Labels
bug
Something isn't working
Comments
I get this also. First time runs fine, but with warnings:
When a file is modified (i.e. the second run) the following appears.
mocha 8.4.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi guys, I have a test with some typescript mixins, if I run test, all works!
BaseField.vue Component
✓ Is in wrapper element
✓ Has slot
✓ It contains a valid button-group
✓ It contains a valid button-group label
✓ It not contains a default required *
✓ It contains a default required *
✓ Is visible by default
✓ Can toggle visibility
✓ Is does not show any errors
✓ Is show errors when triggered
But, if I run test with --watch options, first time all works, but at the first watcher refresh I get:
TS2307: Cannot find module '!../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js' or its corresponding type declarations.
For each .ts file that it tries to load!
The text was updated successfully, but these errors were encountered: