test(mobile): name the right number of counted classes

The flip test's title still said seven; the table it asserts has eight.

Claude-Session: https://claude.ai/code/session_01JNnE9qzUZMMnqpZWCqM3nb
This commit is contained in:
Jinwoo-H
2026-09-20 10:58:12 -04:00
parent 610f9451b9
commit 51ae7b1b03
@@ -26,7 +26,7 @@ const preFlipScript = readFileSync(
)
describe('the whole terminal document script', () => {
it('is what the modules emit, modulo the seven normalisations', async () => {
it('is what the modules emit, modulo the eight counted classes', async () => {
const emitted = await Promise.all(
TERMINAL_DOCUMENT_MODULE_ORDER.map((name) =>
emitTerminalDocumentModule(fileURLToPath(new URL(`./${name}.ts`, import.meta.url)))