refactor: expectation match method

This commit is contained in:
Nuno Maduro
2021-09-24 22:02:18 +01:00
parent ae029660e3
commit 457972716f
3 changed files with 16 additions and 17 deletions

View File

@ -171,7 +171,7 @@
✓ it runs with truthy closure condition
✓ it runs with falsy closure condition
✓ it can be passed non-callable values
✓ it passes with empty data
✓ it fails with unhandled match
✓ it can be used in higher order tests
PASS Tests\Features\Expect\not