![Tests failed](https://img.shields.io/badge/tests-1%20passed%2C%204%20failed%2C%201%20skipped-critical) ## ๐Ÿ”ดย 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|3||486ms| |๐Ÿ”ด [__tests__\second.test.js](#r0s1)||1|1|82ms| ### ๐Ÿ”ดย __tests__\main.test.js ``` Test 1 ๐ŸŸข Passing test Test 1 โ€บ Test 1.1 ๐Ÿ”ด Failing test Error: expect(received).toBeTruthy() ๐Ÿ”ด Exception in target unit Error: Some error Test 2 ๐Ÿ”ด Exception in test Error: Some error ``` ### ๐Ÿ”ดย __tests__\second.test.js ``` ๐Ÿ”ด 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: โšช Skipped test ```