test: add component logic tests and clean up eslint directives
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 56s
CI / Lint & Test (pull_request) Successful in 16m12s
CI / Build Linux (pull_request) Successful in 20m14s
CI / Build Windows (cross-compile) (pull_request) Successful in 32m19s

Adds mirror-function tests for five Svelte components (HighlightedText,
CliVersion, AchievementNotification, StatusBar, ConversationTabs) and
removes stale eslint-disable comments from existing store test files.
This commit is contained in:
2026-03-03 12:21:47 -08:00
committed by Naomi Carrigan
parent fd3122e080
commit 514e137590
9 changed files with 693 additions and 5 deletions
-1
View File
@@ -1,4 +1,3 @@
/* eslint-disable @typescript-eslint/init-declarations -- Variables reassigned in beforeEach */
import { describe, it, expect, vi, beforeEach, afterEach } from "vitest";
import { writable } from "svelte/store";