feat: add MockK dependency and update README documentation for diagnostic features

This commit is contained in:
2026-06-12 12:29:02 +01:00
parent b3c475ad18
commit d8e656284a
4 changed files with 70 additions and 28 deletions
+1
View File
@@ -73,6 +73,7 @@ dependencies {
// Local tests: jUnit, coroutines, Android runner
testImplementation(libs.junit)
testImplementation(libs.kotlinx.coroutines.test)
testImplementation(libs.mockk)
// Instrumented tests: jUnit rules and runners
androidTestImplementation(libs.androidx.test.core)
@@ -1,5 +1,7 @@
@file:OptIn(androidx.compose.material3.ExperimentalMaterial3Api::class)
package com.example.esp32aldldashboard.ui.charts
import androidx.compose.material3.ExperimentalMaterial3Api
import androidx.compose.foundation.Canvas
import androidx.compose.foundation.layout.*
import androidx.compose.foundation.lazy.LazyRow