Skip to content

Commit

Permalink
Merge e21c719 into 6b5a2ec
Browse files Browse the repository at this point in the history
  • Loading branch information
amatosov-rbx committed Oct 2, 2020
2 parents 6b5a2ec + e21c719 commit c356d40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,9 @@
# TestEZ Changelog

## Unreleased Changes


## 0.4.0 (2020-10-02)
* Added `expect.extend` which allows projects to register their own, opinionated expectations that integrates into `expect`. ([#142](https://github.com/Roblox/testez/pull/142))
* Modeled after [jest's implementation](https://jestjs.io/docs/en/expect#expectextendmatchers).
* Matchers are functions that should return an object with with two keys, boolean `pass` and a string `message`
Expand All @@ -11,6 +14,7 @@
* Change the way errors are collected to call tostring on them before further processing.
* Luau allows non-string errors, but not concatenating non-strings or passing non-strings to `debug.traceback` as a message, so TestRunner needs to do that step. This is a temporary fix as the better solution would be to retain the error in object form for as long as possible to give the reporter more to work with.
* This also makes a slight change to what's in the traceback to eliminate the unnecessary line mentioning the error collection function.
* Fix debugging of tests in Studio

## 0.3.3 (2020-09-25)
* Remove the lifecycle hooks from the session tree. This prevents the `[?]` spam from the reporter not recognizing these nodes.
Expand Down
2 changes: 1 addition & 1 deletion rotriever.toml
Expand Up @@ -3,4 +3,4 @@ name = "roblox/testez"
author = "Roblox"
license = "Apache2"
content_root = "src"
version = "0.3.3"
version = "0.4.0"

0 comments on commit c356d40

Please sign in to comment.