test(frontend): add dom fixture helpers

This commit is contained in:
pixelpaws
2025-09-24 15:39:52 +08:00
parent 59d027181d
commit f51f354e48
7 changed files with 129 additions and 10 deletions

View File

@@ -6,7 +6,6 @@ export default defineConfig({
globals: true,
setupFiles: ['tests/frontend/setup.js'],
include: [
'static/js/**/*.test.js',
'tests/frontend/**/*.test.js'
],
coverage: {