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 c709cde commit fe3102eCopy full SHA for fe3102e
pkgs/test/CHANGELOG.md
@@ -3,6 +3,7 @@
3
* Fix a bug where in precompiled mode, html files for tests were no longer
4
created.
5
6
+* Support the latest version of `package:js`.
7
* Document the silent reporter in CLI help output.
8
9
## 1.25.0
pkgs/test/pubspec.yaml
@@ -15,7 +15,7 @@ dependencies:
15
coverage: ^1.0.1
16
http_multi_server: ^3.0.0
17
io: ^1.0.0
18
- js: ^0.6.4
+ js: '>=0.6.4 <0.8.0'
19
20
# Use a tight version constraint to ensure that a constraint on matcher
21
# properly constrains all features it provides.
0 commit comments