Skip to content

Commit

Permalink
support (ignore) debug events
Browse files Browse the repository at this point in the history
  • Loading branch information
rspilker committed Jan 26, 2020
1 parent 6e10ab6 commit b922071
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/impl/processor1.dart
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ class Processor1 implements Processor {
case 'done':
case 'allSuites':
case 'group':
case 'debug':
break;

default:
Expand Down

0 comments on commit b922071

Please sign in to comment.