Skip to content

Commit

Permalink
Update Libraries.awesome.kts (#972)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColman authored Oct 22, 2024
1 parent fd100a2 commit 7576023
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/resources/links/Libraries.awesome.kts
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,12 @@ category("Libraries/Frameworks") {
setTags("test", "mock")
awesome()
}
link {
github = "lupuuss/Mokkery"
desc = "The mocking library for Kotlin Multiplatform, easy to use, boilerplate-free and compiler plugin driven."
setTags("test", "mock")
setPlatforms(JVM, ANDROID, NATIVE, IOS)
}
link {
github = "Ninja-Squad/springmockk"
desc = "SpringMockK: MockBean and SpyBean, but for MockK instead of Mockito"
Expand Down

0 comments on commit 7576023

Please sign in to comment.