11 行
643 B
TypeScript
11 行
643 B
TypeScript
import { describe, it } from 'vitest'
|
|
|
|
describe ('pending high-level browser coverage', () => {
|
|
it.todo ('adds MSW-backed API boundary tests in a follow-up issue')
|
|
it.todo ('covers TheatreDetailPage with timer polling, comment posting, and next-post updates')
|
|
it.todo ('covers NicoTagListPage linking and pagination against realistic API payloads')
|
|
it.todo ('covers TagDetailSidebar drag/drop parent-child editing with pointer-event fidelity')
|
|
it.todo ('covers TopNav desktop and mobile menu flows as browser-level integration tests')
|
|
it.todo ('covers full App bootstrap for user creation, user verification, and 503 handling')
|
|
})
|