Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
buenaflor authored Sep 18, 2023
1 parent 5c65dbf commit c9d6426
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ It only contains the core implementations necessary to make the common functiona

### Testing

All the JVM Flogger contains the original test cases.
JVM Flogger contains the original test cases.

The common code is tested via [Kruth](https://github.com/androidx/androidx/tree/androidx-main/kruth/kruth).
The approach here is to take the JVM Flogger tests 1:1 and apply them to Kruth to make sure functionality is consistent across all platforms.

In addition to ensure the `actual typealias` work for all defined common code we test compilation of all classes to make sure we don't run into any runtime errors.
In addition to ensure the `actual typealias` work for all defined common code we test compilation of all KMP classes to make sure we don't run into any runtime errors.

0 comments on commit c9d6426

Please sign in to comment.