-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Breaking changes for Serializers, Comparators & Reporters - Now accept a Snapshot class as the argument - Still have access to everything they had before via the getters - Exposed lots more information for the serializer to customise the snapshot as desired Snapshot Headers - Users can now use custom headers via expect.header("A", "B").toMatchSnapshot(obj) - These headers are serialized into the snapshot as a JSON Object - Certain headers may be added as default in future versions REGEX matching - The Snapshot object is now parsed as a regular expression and key pieces of information are extracted No more varargs - Removed varargs param for `.toMatchSnapshot`. It now only supports a single argument. Remove onSaveSnapshotFile() hook - This made the file difficult to parse via a REGEX
- Loading branch information
Showing
71 changed files
with
1,000 additions
and
653 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
group=io.github.origin-energy | ||
version=3.4.0-SNAPSHOT | ||
version=4.0.0-Beta1-SNAPSHOT |
Oops, something went wrong.