refactor(test): Migrate core modules from MockK to Mokkery

This commit is contained in:
James Rich 2026-03-18 15:41:04 -05:00
parent 3c5d15cc5d
commit 7522d38fbc
79 changed files with 539 additions and 1481 deletions

View file

@ -36,7 +36,6 @@ kotlin {
// Testing libraries - these are public API for all test consumers
api(kotlin("test"))
api(libs.mockk)
api(libs.kotlinx.coroutines.test)
api(libs.turbine)
api(libs.junit)