Skip to content

Commit

Permalink
remove unused code and imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kealjones-wk committed Sep 16, 2024
1 parent 4999c39 commit 6e112ff
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/over_react/component/lazy_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
library rmui.test.unit.component.lazy_test;

import 'dart:convert';
import 'dart:developer';
import 'dart:html';
import 'dart:js_util';

Expand Down Expand Up @@ -349,14 +348,6 @@ UiFactory<TestJsProps> LazyTestDart = lazy(

Matcher sameOrSameAllowInterop(Function f) => anyOf(same(allowInterop(f)), same(f));

extension on TypeMatcher<Ref> {
Matcher havingJsRef(dynamic matcher) => having((ref) => ref.jsRef, 'jsRef', matcher);
}

extension on TypeMatcher<Context> {
Matcher havingJsThis(dynamic matcher) => having((ref) => ref.jsThis, 'jsThis', matcher);
}

extension on TypeMatcher<Object> {
Matcher havingToStringValue(dynamic matcher) => having((o) => o.toString(), 'toString() value', matcher);
}
Expand Down

0 comments on commit 6e112ff

Please sign in to comment.