Skip to content

Commit

Permalink
Do not use pub workspace for fake_async
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Oct 16, 2024
1 parent 057fafd commit 01e8e92
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 84 deletions.
158 changes: 79 additions & 79 deletions .github/workflows/dart.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions pkgs/fake_async/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@ description: >-
Fake asynchronous events such as timers and microtasks for deterministic
testing.
repository: https://github.com/dart-lang/test/tree/master/pkgs/fake_async
resolution: workspace

environment:
sdk: ^3.5.0
sdk: ^3.3.0

dependencies:
clock: ^1.1.0
collection: ^1.15.0

dev_dependencies:
async: ^2.5.0
dart_flutter_team_lints: ^3.1.0
dart_flutter_team_lints: ^2.0.0
test: ^1.16.0
1 change: 0 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ workspace:
- integration_tests/spawn_hybrid
- integration_tests/wasm
- pkgs/checks
- pkgs/fake_async
- pkgs/test
- pkgs/test_api
- pkgs/test_core
Expand Down

0 comments on commit 01e8e92

Please sign in to comment.