mirror of
https://github.com/stablyai/orca.git
synced 2026-09-21 16:02:20 +00:00
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:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user