Index: tests/utils/dummy_compiler_test.dart |
diff --git a/tests/utils/dummy_compiler_test.dart b/tests/utils/dummy_compiler_test.dart |
index dab13b5757b333f1fff8c68dfebbca3088a92e81..7389be8d65ec7ea45e3e58267089d660fc628876 100644 |
--- a/tests/utils/dummy_compiler_test.dart |
+++ b/tests/utils/dummy_compiler_test.dart |
@@ -33,6 +33,8 @@ Future<String> provider(Uri uri) { |
eqNullB(a) {}"""; |
} else if (uri.path.endsWith('_patch.dart')) { |
source = ''; |
+ } else if (uri.path.endsWith('js_helper.dart')) { |
+ source = 'library jshelper; class JSInvocationMirror {}'; |
} else { |
source = "#library('lib');"; |
} |