feat: Font options for the UI in larger screens, for code and screen fonts display

This commit is contained in:
Ruhani Rabin
2026-03-04 11:08:31 +08:00
parent b7c18d5f3c
commit 090e39016f
9 changed files with 604 additions and 104 deletions

View File

@@ -7,6 +7,7 @@ export default defineConfig({
test: {
globals: true,
environment: 'node',
setupFiles: ['src/test/setup.ts'],
include: ['src/**/__tests__/**/*.test.{ts,tsx}'],
coverage: {
provider: 'v8',