Use Expectation API

This commit is contained in:
Stephen Shead
2020-10-01 12:27:55 +10:00
parent aa352317cb
commit 36fd18bcc8
2 changed files with 6 additions and 5 deletions

View File

@ -6,7 +6,7 @@
✓ not property calls
PASS Tests\Expect\toBe
✓ expect true → toBeTrue → and false → toBeFalse
✓ expect true → toBeTrue → and false → toBeFalse
✓ strict comparisons
✓ failures
✓ not failures
@ -295,8 +295,8 @@
✓ it has bar
PASS Tests\Features\PendingHigherOrderTests
✓ get 'foo' → get 'bar' → expect true → toBeTrue
✓ get 'foo' → expect true → toBeTrue
✓ get 'foo' → get 'bar' → expect true → toBeTrue
✓ get 'foo' → expect true → toBeTrue
WARN Tests\Features\Skip
✓ it do not skips
@ -392,3 +392,4 @@
✓ depends run test only once
Tests: 7 skipped, 231 passed