| Index: packages/path/test/browser_test.dart
|
| diff --git a/packages/path/test/browser_test.dart b/packages/path/test/browser_test.dart
|
| index 0b56c7acee6926144ee6c307bd9df62cf7a7719e..b3291469497a664d391133c6061876fb1cfa6f24 100644
|
| --- a/packages/path/test/browser_test.dart
|
| +++ b/packages/path/test/browser_test.dart
|
| @@ -2,15 +2,14 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +@TestOn('browser')
|
| +
|
| import 'dart:html';
|
|
|
| -import 'package:unittest/unittest.dart';
|
| -import 'package:unittest/html_config.dart';
|
| +import 'package:test/test.dart';
|
| import 'package:path/path.dart' as path;
|
|
|
| main() {
|
| - useHtmlConfiguration();
|
| -
|
| group('new Context()', () {
|
| test('uses the window location if root and style are omitted', () {
|
| var context = new path.Context();
|
|
|