refactor: Migrate to JUnit 5

This commit is contained in:
Ahmad Ansori Palembani 2024-05-24 07:46:20 +07:00
parent 8898d50539
commit b28f905d10
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
3 changed files with 10 additions and 8 deletions

View file

@ -26,3 +26,4 @@
- Added Unit Test for version checker
<!-- - Use Coil pipeline instead of SSIV for image decode, might improve Webtoon performance -->
- Migrated from Coil2 to Coil3
- Migrated from JUnit4 to JUnit5