Skip to content

Commit

Permalink
[path] fix tests to compile/run with wasm (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Jan 13, 2025
1 parent 2ac228b commit 48c3c45
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions pkgs/path/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 1.9.2-wip

## 1.9.1

- Require Dart 3.4
Expand Down
3 changes: 2 additions & 1 deletion pkgs/path/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: path
version: 1.9.1
version: 1.9.2-wip
description: A string-based path manipulation library.
repository: https://github.com/dart-lang/core/tree/main/pkgs/path
issue_tracker: https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Apath
Expand All @@ -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 48c3c45

Please sign in to comment.