import { readFileSync } from 'node:fs' import { describe, expect, it } from 'vitest' describe('pomodoro integration', () => { const app = readFileSync('src/App.vue', 'utf8') const css = readFileSync('src/style.css', 'utf8') const panel = readFileSync('src/PomodoroPanel.vue', 'utf8') it('adds focus to desktop navigation and keeps the five-item mobile navigation unchanged', () => { const primary = app.slice(app.indexOf('', app.indexOf('