Skip to content

Commit

Permalink
Merge pull request #85 from dorny/dart-json-fix-duplicated-group-name
Browse files Browse the repository at this point in the history
dart-json: remove group name from test case names
  • Loading branch information
Michal Dorner authored and GitHub committed Mar 23, 2021
2 parents 40df413 + d5e42b8 commit faaff05
Show file tree
Hide file tree
Showing 6 changed files with 400 additions and 393 deletions.
8 changes: 4 additions & 4 deletions __tests__/__outputs__/dart-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
**Test 1**
|Result|Test|Time|
|:---:|:---|---:|
|✔️|Test 1 Passing test|36ms|
|✔️|Passing test|36ms|

**Test 1 Test 1.1**
|Result|Test|Time|
|:---:|:---|---:|
||Test 1 Test 1.1 Failing test|20ms|
||Test 1 Test 1.1 Exception in target unit|6ms|
||Failing test|20ms|
||Exception in target unit|6ms|

**Test 2**
|Result|Test|Time|
|:---:|:---|---:|
||Test 2 Exception in test|12ms|
||Exception in test|12ms|
### <a id="user-content-r0s1" href="#r0s1">test/second_test.dart</a> ❌
**2** tests were completed in **51ms** with **0** passed, **1** failed and **1** skipped.

Expand Down
Loading

0 comments on commit faaff05

Please sign in to comment.