Skip to content

Commit

Permalink
Change l_test.dart for browser
Browse files Browse the repository at this point in the history
  • Loading branch information
PlugFox committed May 13, 2023
1 parent 556a5c4 commit acb68e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/l_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -316,5 +316,8 @@ void environmentSpecific() {
);
expect(() => delegate.toString(), returnsNormally);
},
onPlatform: {
'browser': Skip('Not supported on Browser'),
},
);
}

0 comments on commit acb68e8

Please sign in to comment.