Added more tests.

This commit is contained in:
Liviu Burcusel 2025-11-25 12:02:20 +01:00
parent 5a80d42af8
commit 90b4938bdb
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C
4 changed files with 68 additions and 6 deletions

10
tests/setup.vuetify.ts Normal file
View file

@ -0,0 +1,10 @@
import { createVuetify } from "vuetify";
import * as components from "vuetify/components";
import * as directives from "vuetify/directives";
const vuetify = createVuetify({
components,
directives,
});
export { vuetify };