File tree Expand file tree Collapse file tree 2 files changed +1
-35
lines changed
Expand file tree Collapse file tree 2 files changed +1
-35
lines changed Original file line number Diff line number Diff line change @@ -62,38 +62,4 @@ runTestSuite suite
6262
6363Output:
6464
65- ``` txt
66- A test suite
67- Before each test
68- This test passes
69- After each test
70- ✅ passed: should pass
71- Before each test
72- This test fails
73- After each test
74- ❌ failed: should fail - Intentional failure
75- Before each test
76- After each test
77- ❔ pending: This is a pending test
78- Nested suite
79- Before each test
80- Nested test passes
81- After each test
82- ✅ passed: should also pass
83- Arithmetic
84- Addition
85- Before each test
86- After each test
87- ✅ passed: should add two numbers correctly
88- Before each test
89- After each test
90- ✅ passed: should handle negative numbers
91- Faulty Addition
92- Before each test
93- After each test
94- ❌ failed: should fail when adding incorrect numbers - Expected 5 but got 4
95- There were 2 test failures:
96- - A larger test suite / should fail - Intentional failure
97- - A larger test suite / Arithmetic / Faulty Addition / should fail when adding incorrect numbers - Expected 5 but got 4
98- Summary: 4 passed, 2 failed, 1 pending
99- ```
65+ ![ output] ( out.png )
You can’t perform that action at this time.
0 commit comments