| Index: tests/html/js_test.dart
 | 
| diff --git a/tests/html/js_test.dart b/tests/html/js_test.dart
 | 
| index ba5d00746d811f6884f9020d031cb891e3ef9f9a..081ab0270576c4bd3a86d22885eae90a21c73fba 100644
 | 
| --- a/tests/html/js_test.dart
 | 
| +++ b/tests/html/js_test.dart
 | 
| @@ -10,8 +10,8 @@ import 'dart:typed_data' show ByteBuffer, Int32List;
 | 
|  import 'dart:indexed_db' show IdbFactory, KeyRange;
 | 
|  import 'dart:js';
 | 
|  
 | 
| -import '../../pkg/unittest/lib/unittest.dart';
 | 
| -import '../../pkg/unittest/lib/html_config.dart';
 | 
| +import 'package:unittest/unittest.dart';
 | 
| +import 'package:unittest/html_config.dart';
 | 
|  
 | 
|  _injectJs() {
 | 
|    final script = new ScriptElement();
 | 
| 
 |