Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement support for snapshot testing in ApiDOM #432

Closed
Tracked by #360
char0n opened this issue Jun 2, 2021 · 0 comments · Fixed by #433
Closed
Tracked by #360

Implement support for snapshot testing in ApiDOM #432

char0n opened this issue Jun 2, 2021 · 0 comments · Fixed by #433
Assignees
Labels
ApiDOM enhancement New feature or request

Comments

@char0n
Copy link
Member

char0n commented Jun 2, 2021

No description provided.

@char0n char0n added enhancement New feature or request ApiDOM labels Jun 2, 2021
@char0n char0n self-assigned this Jun 2, 2021
char0n added a commit that referenced this issue Jun 2, 2021
Snapshot testing is one of the idiomatic way of producing
tests while building a parser.

Our snapshot tests will be of two types
a.) Dehydrated ApiDOM snapshot testing

Best for keeping track of data and metadata encoded
within ApiDOM.

b.) S-expresssion representation of ApiDOM

Best for checking if semantics of ApiDOM Tree
are correct.

Closes #432
char0n added a commit that referenced this issue Jun 2, 2021
Snapshot testing is one of the idiomatic way of producing
tests while building a parser.

Our snapshot tests will be of two types
a.) Dehydrated ApiDOM snapshot testing

Best for keeping track of data and metadata encoded
within ApiDOM.

b.) S-expresssion representation of ApiDOM

Best for checking if semantics of ApiDOM Tree
are correct.

Closes #432
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ApiDOM enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant