
## ๐ดย 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
```