-
Notifications
You must be signed in to change notification settings - Fork 113
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
Unit test error #9
Comments
Which options did you select when adding vuetify? |
|
I just realized that we don't actually try to modify test setup at all currently. It should probably be an option. |
I know, that test don't modify, and add option - is good. |
It depends on what test framework you're using. You might have an entry point index.js for your tests where you can do |
Where is no index.js in jest nor mocha+chai (options in vue create) |
Running into a similar issue...any solution for |
I got this working by using
Produces:
|
|
Create a file
Then add to
|
There is now a section in the documentation dedicated towards explaining how to do this https://vuetifyjs.com/getting-started/unit-testing . If you have any additional questions, please reach out to us in our Discord community. |
@vue/cli: 3.0.0-beta.10
vue-cli-plugin-vuetify: 0.1.3
vuetify: 1.0.16
When i run unit test, i'v got this error message.
Step to reproduce:
The text was updated successfully, but these errors were encountered: