Skip to content

Commit

Permalink
Skip JS-only test in the DDC
Browse files Browse the repository at this point in the history
  • Loading branch information
greglittlefield-wf committed Aug 11, 2017
1 parent 1a60739 commit 473b043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/over_react/util/react_wrappers_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ main() {
test('does not when passed a ReactElement in JS', () {
ReactElement instance = Wrapper()();
expect(() => getDartComponent(instance), isNot(prints(messageMatcher)));
}, testOn: 'js');
}, testOn: 'js', tags: 'no-ddc');

test('does not warn when passed a ReactComponent', () {
var renderedInstance = render(Wrapper());
Expand Down

0 comments on commit 473b043

Please sign in to comment.