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
When you do npm i vue-jest or yarn add vue-jest, you'll get eddy's fork instead. https://github.com/eddyerburgh/vue-jest
npm i vue-jest
yarn add vue-jest
I'm assuming this is not expected.
Ended up doing this in package.json instead
"vue-jest": "https://github.com/vuejs/vue-jest.git",
The text was updated successfully, but these errors were encountered:
Thanks, this is a hangover from when the repo was under my name.
Fixed in bf3bece
Sorry, something went wrong.
No branches or pull requests
When you do
npm i vue-jest
oryarn add vue-jest
, you'll get eddy's fork instead. https://github.com/eddyerburgh/vue-jestI'm assuming this is not expected.
Ended up doing this in package.json instead
The text was updated successfully, but these errors were encountered: