Skip to content

Commit 9be6eca

Browse files
committed
feat: update README output section and add output image
1 parent e2f138c commit 9be6eca

File tree

2 files changed

+1
-35
lines changed

2 files changed

+1
-35
lines changed

Readme.md

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -62,38 +62,4 @@ runTestSuite suite
6262

6363
Output:
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)

out.png

294 KB
Loading

0 commit comments

Comments
 (0)