You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
No description provided.
The text was updated successfully, but these errors were encountered: