')
expect(app).toContain('', app.indexOf(' {
expect(app).not.toContain("async function navigateTodaySection(section: 'tasks' | 'habits')")
expect(app).toContain("@click=\"toggleTodaySection('tasks')\"")
expect(app).toContain("@click=\"toggleTodaySection('habits')\"")
})
})