Skip to content

Commit

Permalink
[test] ignore deprecated pkg:js (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Feb 16, 2025
1 parent 17609bf commit 209dfe4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pkgs/test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 1.25.16-wip

## 1.25.15

* Allow the latest version of `package:shelf_web_socket`.
Expand Down
1 change: 1 addition & 0 deletions pkgs/test/lib/src/runner/browser/dom.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// ignore: deprecated_member_use
import 'dart:js_util' as js_util;

// ignore: deprecated_member_use
import 'package:js/js.dart';

@JS()
Expand Down
2 changes: 1 addition & 1 deletion pkgs/test/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: test
version: 1.25.15
version: 1.25.16-wip
description: >-
A full featured library for writing and running Dart tests across platforms.
repository: https://github.com/dart-lang/test/tree/master/pkgs/test
Expand Down
1 change: 1 addition & 0 deletions pkgs/test/tool/host.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ library;
import 'dart:async';
import 'dart:convert';

// ignore: deprecated_member_use
import 'package:js/js.dart';
import 'package:stack_trace/stack_trace.dart';
import 'package:stream_channel/stream_channel.dart';
Expand Down

0 comments on commit 209dfe4

Please sign in to comment.