You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Next step select: ESLint Airbnb config, Lint on save, Mocha Chai
Click to create project
What is expected?
There are no errors during application creation.
What is actually happening?
⠋ Running completion hooks...error: Unable to resolve path to module '@/components/HelloWorld.vue' (import/no-unresolved) at test/tests/unit/HelloWorld.spec.js:3:24:
1 | import { expect } from 'chai';
2 | import { shallowMount } from '@vue/test-utils';
> 3 | import HelloWorld from '@/components/HelloWorld.vue';
| ^
4 |
5 | describe('HelloWorld.vue', () => {
6 | it('renders props.msg when passed', () => {
1 error found.
I investigated it and have found as to reproduce it:
If I select Unit testing and Linter without Babel all is ok. If I select Unit testing, Linter, Babel I get error.
I receive a error, but the application and unit tests works.
I'm using:
macbook with High Sierra 10.13.5
npm 5.6.0
The text was updated successfully, but these errors were encountered:
and me! It still says "running completion hooks" so I don't know whether it is stuck or still going.
edit: sorry, I didn't see fix. I'm using 3.0.0-rc.3 should I not have this fix, since that's the branch to which it was comitted?
@jp-sauve This issue was fixed and closed a week ago. Please open a new issue with all the details necessary to understand your issue and to reproduce it.
vuejs
locked as resolved and limited conversation to collaborators
Jun 20, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Version
3.0.0-beta.15
Reproduction link
https://github.com/smekalin/test_babel_unit_linter
Steps to reproduce
What is expected?
There are no errors during application creation.
What is actually happening?
I investigated it and have found as to reproduce it:
If I select Unit testing and Linter without Babel all is ok. If I select Unit testing, Linter, Babel I get error.
I receive a error, but the application and unit tests works.
I'm using:
The text was updated successfully, but these errors were encountered: