
## :x: fixtures/jest-junit.xml
**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:no_entry_sign:|82ms|
### :x: __tests__\main.test.js
```
Test 1
:white_check_mark: Passing test
Test 1 › Test 1.1
:x: Failing test
Error: expect(received).toBeTruthy()
:x: Exception in target unit
Error: Some error
Test 2
:x: Exception in test
Error: Some error
```
### :x: __tests__\second.test.js
```
:x: 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:
:no_entry_sign: Skipped test
```