
## :x: 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:white_check_mark:|3:x:||74ms|
|[test/second_test.dart](#r0s1)||1:x:|1:warning:|51ms|
### :x: test/main_test.dart
```
Test 1
:white_check_mark: Passing test
Test 1 Test 1.1
:x: Failing test
Expected: <2>
Actual: <1>
:x: Exception in target unit
Exception: Some error
Test 2
:x: Exception in test
Exception: Some error
```
### :x: test/second_test.dart
```
:x: Timeout test
TimeoutException after 0:00:00.000001: Test timed out after 0 seconds.
:warning: Skipped test
```