feat(expect): handle property calls to opposite expectations

This commit is contained in:
Nuno Maduro
2020-07-15 01:05:36 +02:00
parent 2751bc9674
commit 1e61144cd2
4 changed files with 31 additions and 3 deletions

View File

@ -2,6 +2,9 @@
PASS Tests\CustomTestCase\ExecutedTest
✓ that gets executed
PASS Tests\Expect\not
✓ not property calls
PASS Tests\Expect\toBe
✓ expect true → toBeTrue → and false → toBeFalse
✓ strict comparisons
@ -309,5 +312,5 @@
WARN Tests\Visual\Success
- visual snapshot of test suite on success
Tests: 6 skipped, 182 passed
Time: 5.72s
Tests: 6 skipped, 183 passed
Time: 5.77s