From fec11928cfaa5238f2f068f26e470e64b50836fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mert=20A=C5=9Fan?= Date: Thu, 23 Sep 2021 06:57:07 +0300 Subject: [PATCH] update snapshots --- tests/.snapshots/success.txt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/tests/.snapshots/success.txt b/tests/.snapshots/success.txt index 4442bbb9..c360b31e 100644 --- a/tests/.snapshots/success.txt +++ b/tests/.snapshots/success.txt @@ -158,6 +158,18 @@ ✓ it properly parses json string ✓ fails with broken json string + WARN Tests\Features\Expect\matchExpectation + ✓ it pass + ✓ it failures + ! it adds a warning if no match is found → No item found matching "bar". + ✓ it runs with truthy + ✓ it runs with falsy + ✓ it runs with truthy closure condition + ✓ it runs with falsy closure condition + ✓ it can be passed non-callable values + ! it passes with empty data → No item found matching "bar". + ✓ it can be used in higher order tests + PASS Tests\Features\Expect\not ✓ not property calls @@ -681,5 +693,5 @@ ✓ it is a test ✓ it uses correct parent class - Tests: 4 incompleted, 9 skipped, 447 passed + Tests: 2 warnings, 4 incompleted, 9 skipped, 455 passed \ No newline at end of file