From 9d1f2f094a291b8dc5ca8dc006a4f6169d6b873c Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Mon, 16 Feb 2026 17:11:59 -0800 Subject: Update frontend build artifacts and fix test lint errors --- frontend-vanilla/src/regression.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend-vanilla/src/regression.test.ts') diff --git a/frontend-vanilla/src/regression.test.ts b/frontend-vanilla/src/regression.test.ts index 2512f3f..94eb51e 100644 --- a/frontend-vanilla/src/regression.test.ts +++ b/frontend-vanilla/src/regression.test.ts @@ -1,7 +1,7 @@ import { describe, it, expect, vi, beforeEach, afterEach } from 'vitest'; import { store } from './store'; import { apiFetch } from './api'; -import { updateItem, fetchItems, renderItems } from './main'; +import { renderItems } from './main'; // Mock api vi.mock('./api', () => ({ -- cgit v1.2.3