bug fixes & improvements & missing features & font loader

This commit is contained in:
2026-04-07 00:36:21 +03:00
parent ad0d2fda0a
commit b6287906a9
50 changed files with 4087 additions and 1843 deletions

View File

@@ -5,5 +5,10 @@ export default defineConfig({
plugins: [vue()],
test: {
environment: 'happy-dom',
exclude: [
'**/node_modules/**',
'**/dist/**',
'tests/visual/**',
],
},
})