Skip to content

Commit

Permalink
Update DEVELOPMENT.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Wavesonics authored Jun 29, 2024
1 parent fff7372 commit c63a096
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ can tell them apart.

## Running Tests

Our mocking library `mockk` does not yet support Kotlin/Native, thus we need to choose one of the **JVM** targets to
Our mocking library [mockk](https://mockk.io/) does not yet support Kotlin/Native, thus we need to choose one of the **JVM** targets to
write the tests for. We chose desktop:

`gradlew desktopTest`
Expand Down Expand Up @@ -160,4 +160,4 @@ This data drives the Opensource Licences UI in the apps.
`./gradlew :desktop:exportLibraryDefinitions -P"aboutLibraries.exportPath=src\jvmMain\resources"`

**iOS Target:**
???
???

0 comments on commit c63a096

Please sign in to comment.