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
In file tests/unit/example.spec.ts add
import { createVuetify } from 'vuetify';
import * as components from 'vuetify/components';
import * as directives from 'vuetify/directives';
import Login from '@/views/login.vue';
Version
5.0.8
Reproduction link
cli.vuejs.org/config/
Environment info
Steps to reproduce
import { createVuetify } from 'vuetify';
import * as components from 'vuetify/components';
import * as directives from 'vuetify/directives';
import Login from '@/views/login.vue';
const vuetify = createVuetify({
components,
directives,
});
6. yarn run test:unit
What is expected?
Fix error message and run test:unit sucessfully
What is actually happening?
-> error message:
C:\computer-a\sources\project-name\node_modules\vuetify\lib\framework.mjs:2
import { createDate, DateAdapterSymbol, DateOptionsSymbol } from "./composables/date/date.mjs";
The text was updated successfully, but these errors were encountered: