test(ci): add exporter heading levels and a11y typography smoke; update MAIN_PLAN

This commit is contained in:
2025-11-14 16:40:45 +09:00
parent aaa624a046
commit a9bbc357e7
92 changed files with 8370 additions and 13 deletions
+7
View File
@@ -0,0 +1,7 @@
import { describe, it, expect } from 'vitest'
describe('e2e placeholder (see .e2e.ts files for Playwright)', () => {
it('skips in Vitest environment', () => {
expect(true).toBe(true)
})
})