Skip to content

Commit 24117bc

Browse files
authored
Merge pull request #70 from greglittlefield-wf/fix-dart2js-tests
UIP-2304 Don't run ValidationUtil-related tests in dart2js
2 parents 84e4921 + bf4c76b commit 24117bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/over_react/component/abstract_transition_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ main() {
470470

471471
rejectValidationWarning(anything);
472472
});
473-
});
473+
}, testOn: '!js');
474474

475475
test('does not set hidden state when not mounted', () async {
476476
var renderedInstance = render(Transitioner());

0 commit comments

Comments
 (0)