Skip to content

Commit 3de6754

Browse files
Googlercopybara-github
authored andcommitted
Add "topics" to package mockito
PiperOrigin-RevId: 681769728
1 parent b66be81 commit 3de6754

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* Add support for extension types.
99
* Require dart_style >= 2.3.7, so that the current Dart language version can be
1010
passed to `DartFormatter`.
11+
* Add topics to `pubspec.yaml`.
1112

1213
## 5.4.4
1314

pubspec.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ description: >-
55
behavior verification, and stubbing.
66
repository: https://github.com/dart-lang/mockito
77

8+
topics:
9+
- testing
10+
- mocking
11+
812
environment:
913
sdk: ^3.3.0
1014

0 commit comments

Comments
 (0)