chore: remove out-of-scope changes from task 2

This commit is contained in:
2026-03-16 00:23:04 -04:00
parent 6ea0bd1a2f
commit a2a54523ef
5 changed files with 0 additions and 110 deletions

View File

@@ -23,7 +23,6 @@ Kanbn4Droid is an unofficial app to connect to and manipulate data stored in sel
- Compile/target SDK: API 35.
- Baseline tests:
- JVM unit tests for auth URL normalization and auth error mapping in `app/src/test/`.
- JVM unit tests for board detail parsing and board/list/card API request mapping in `app/src/test/space/hackenslacker/kanbn4droid/app/auth/HttpKanbnApiClientBoardDetailParsingTest.kt`.
- JVM unit tests for boards repository and boards view model in `app/src/test/space/hackenslacker/kanbn4droid/app/boards/`.
- Instrumentation tests for login and boards flows in `app/src/androidTest/`.