We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ac228b commit ef890fdCopy full SHA for ef890fd
pkgs/path/pubspec.yaml
@@ -13,3 +13,4 @@ environment:
13
dev_dependencies:
14
dart_flutter_team_lints: ^3.0.0
15
test: ^1.16.6
16
+ web: ^1.0.0
pkgs/path/test/browser_test.dart
@@ -5,10 +5,9 @@
5
@TestOn('browser')
6
library;
7
8
-import 'dart:html';
9
-
10
import 'package:path/path.dart' as path;
11
import 'package:test/test.dart';
+import 'package:web/web.dart';
12
void main() {
group('new Context()', () {
0 commit comments