Reaction to PR feedback

This commit is contained in:
Ray Xu 2024-06-25 10:19:55 -07:00
parent 574868ab61
commit 1db430559c
16 changed files with 4133 additions and 4133 deletions

View file

@ -1,29 +1,29 @@
![Tests failed](https://img.shields.io/badge/tests-1%20passed%2C%204%20failed%2C%201%20skipped-critical)
|Report|Passed|Failed|Skipped|Time|
|:---|---:|---:|---:|---:|
|fixtures/jest-junit.xml|1:white_check_mark:|4:x:|1:warning:|1s|
## :x: <a id="user-content-r0" href="#r0">fixtures/jest-junit.xml</a>
|fixtures/jest-junit.xml|1 ✅|4 ❌|1 ⚪|1s|
##  <a id="user-content-r0" href="#r0">fixtures/jest-junit.xml</a>
**6** tests were completed in **1s** with **1** passed, **4** failed and **1** skipped.
|Test suite|Passed|Failed|Skipped|Time|
|:---|---:|---:|---:|---:|
|[__tests__\main.test.js](#r0s0)|1:white_check_mark:|3:x:||486ms|
|[__tests__\second.test.js](#r0s1)||1:x:|1:warning:|82ms|
### :x: <a id="user-content-r0s0" href="#r0s0">__tests__\main.test.js</a>
|[__tests__\main.test.js](#r0s0)|1 ✅|3 ❌||486ms|
|[__tests__\second.test.js](#r0s1)||1 ❌|1 ⚪|82ms|
###  <a id="user-content-r0s0" href="#r0s0">__tests__\main.test.js</a>
```
Test 1
:white_check_mark: Passing test
Passing test
Test 1 Test 1.1
:x: Failing test
Failing test
Error: expect(received).toBeTruthy()
:x: Exception in target unit
Exception in target unit
Error: Some error
Test 2
:x: Exception in test
Exception in test
Error: Some error
```
### :x: <a id="user-content-r0s1" href="#r0s1">__tests__\second.test.js</a>
###  <a id="user-content-r0s1" href="#r0s1">__tests__\second.test.js</a>
```
:x: Timeout test
Timeout test
: Timeout - Async callback was not invoked within the 1 ms timeout specified by jest.setTimeout.Timeout - Async callback was not invoked within the 1 ms timeout specified by jest.setTimeout.Error:
:warning: Skipped test
Skipped test
```