Skip to content

Commit

Permalink
Add "topics" to package mockito
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 681769728
  • Loading branch information
Googler authored and copybara-github committed Oct 3, 2024
1 parent b66be81 commit 3de6754
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* Add support for extension types.
* Require dart_style >= 2.3.7, so that the current Dart language version can be
passed to `DartFormatter`.
* Add topics to `pubspec.yaml`.

## 5.4.4

Expand Down
4 changes: 4 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ description: >-
behavior verification, and stubbing.
repository: https://github.com/dart-lang/mockito

topics:
- testing
- mocking

environment:
sdk: ^3.3.0

Expand Down

0 comments on commit 3de6754

Please sign in to comment.