Skip to content

delete ~1100 redundant parse-only tests from compile.test.ts (#72)#79

Open
michaeldistel wants to merge 1 commit into
Autonomy-Logic:developmentfrom
michaeldistel:chore/issue-72-delete-redundant-parse-tests
Open

delete ~1100 redundant parse-only tests from compile.test.ts (#72)#79
michaeldistel wants to merge 1 commit into
Autonomy-Logic:developmentfrom
michaeldistel:chore/issue-72-delete-redundant-parse-tests

Conversation

@michaeldistel
Copy link
Copy Markdown
Contributor

@michaeldistel michaeldistel commented Mar 6, 2026

Closes #72

Summary

  • Delete 7 describe blocks (lines 537–1665) from tests/integration/compile.test.ts
  • All deleted tests only assert result.ast defined + errors.toHaveLength(0) — identical coverage exists in tests/frontend/parser.test.ts
  • Scenarios removed: Expression Parsing, Chained Expressions, Literal Types, Direct Address, Type Declaration, Additional Expression Edge Cases, Multiple POU, Variable Declaration, Control Flow, Complex Program, Edge Cases

Testing

  • npm test: 51 files passed, 1339 tests passed, 7 skipped — no regressions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

refactor: delete ~1100 redundant parse-only tests from compile.test.ts

1 participant