diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-16 17:11:59 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-16 17:11:59 -0800 |
| commit | 9d1f2f094a291b8dc5ca8dc006a4f6169d6b873c (patch) | |
| tree | eedb937c6834778fdc9462f791026b2b7da2ade3 /frontend-vanilla/src/regression.test.ts | |
| parent | a7119658f864b9a9b2e0bad389faa0a333c551e0 (diff) | |
| download | neko-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.ts | 2 |
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', () => ({ |
