Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(47)

Unified Diff: pkg/dev_compiler/test/codegen/lib/html/js_typed_interop_default_arg_test.dart

Issue 2413073002: Start cleaning up the HTML tests. (Closed)
Patch Set: Unfork expect.dart. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/dev_compiler/test/codegen/lib/html/js_typed_interop_default_arg_test.dart
diff --git a/pkg/dev_compiler/test/codegen/lib/html/js_typed_interop_default_arg_test.dart b/pkg/dev_compiler/test/codegen/lib/html/js_typed_interop_default_arg_test.dart
index 69a07569e29c01fa2c176a2823abbd9e56d57a88..18bf3446c0dabb173378f61f7a7b0591e31a751f 100644
--- a/pkg/dev_compiler/test/codegen/lib/html/js_typed_interop_default_arg_test.dart
+++ b/pkg/dev_compiler/test/codegen/lib/html/js_typed_interop_default_arg_test.dart
@@ -7,10 +7,8 @@ library js_typed_interop_test;
import 'dart:html';
-import 'package:expect/expect.dart' show NoInline;
import 'package:js/js.dart';
-import 'package:unittest/unittest.dart';
-import 'package:unittest/html_config.dart';
+import 'package:minitest/minitest.dart';
_injectJs() {
document.body.append(new ScriptElement()
@@ -34,7 +32,6 @@ class Foo {
main() {
_injectJs();
- useHtmlConfiguration();
test('call directly from dart', () {
expect(Foo.get42(2), 2);

Powered by Google App Engine
This is Rietveld 408576698