aboutsummaryrefslogtreecommitdiffstats
path: root/frontend-vanilla/src/regression.test.ts
diff options
context:
space:
mode:
authorAdam Mathes <adam@adammathes.com>2026-02-16 17:11:59 -0800
committerAdam Mathes <adam@adammathes.com>2026-02-16 17:11:59 -0800
commit9d1f2f094a291b8dc5ca8dc006a4f6169d6b873c (patch)
treeeedb937c6834778fdc9462f791026b2b7da2ade3 /frontend-vanilla/src/regression.test.ts
parenta7119658f864b9a9b2e0bad389faa0a333c551e0 (diff)
downloadneko-9d1f2f094a291b8dc5ca8dc006a4f6169d6b873c.tar.gz
neko-9d1f2f094a291b8dc5ca8dc006a4f6169d6b873c.tar.bz2
neko-9d1f2f094a291b8dc5ca8dc006a4f6169d6b873c.zip
Update frontend build artifacts and fix test lint errors
Diffstat (limited to 'frontend-vanilla/src/regression.test.ts')
-rw-r--r--frontend-vanilla/src/regression.test.ts2
1 files changed, 1 insertions, 1 deletions
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', () => ({