Skip to content

Commit

Permalink
[path] fix tests to compile/run with wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Jan 13, 2025
1 parent 2ac228b commit ef890fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions pkgs/path/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ environment:
dev_dependencies:
dart_flutter_team_lints: ^3.0.0
test: ^1.16.6
web: ^1.0.0
3 changes: 1 addition & 2 deletions pkgs/path/test/browser_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
@TestOn('browser')
library;

import 'dart:html';

import 'package:path/path.dart' as path;
import 'package:test/test.dart';
import 'package:web/web.dart';

void main() {
group('new Context()', () {
Expand Down

0 comments on commit ef890fd

Please sign in to comment.