![Tests failed](https://img.shields.io/badge/tests-1%20passed%2C%204%20failed%2C%201%20skipped-critical) ## ๐Ÿ”ดย fixtures/dart-json.json **6** tests were completed in **4s** with **1** passed, **4** failed and **1** skipped. |Test suite|Passed|Failed|Skipped|Time| |:---|---:|---:|---:|---:| |๐Ÿ”ด [test/main_test.dart](#r0s0)|1|3||74ms| |๐Ÿ”ด [test/second_test.dart](#r0s1)||1|1|51ms| ### ๐Ÿ”ดย test/main_test.dart ``` Test 1 ๐ŸŸข Passing test Test 1 Test 1.1 ๐Ÿ”ด Failing test Expected: <2> Actual: <1> ๐Ÿ”ด Exception in target unit Exception: Some error Test 2 ๐Ÿ”ด Exception in test Exception: Some error ``` ### ๐Ÿ”ดย test/second_test.dart ``` ๐Ÿ”ด Timeout test TimeoutException after 0:00:00.000001: Test timed out after 0 seconds. โšช Skipped test ```