aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/App.test.tsx
diff options
context:
space:
mode:
authorAdam Mathes <adam@adammathes.com>2026-02-13 17:21:10 -0800
committerAdam Mathes <adam@adammathes.com>2026-02-13 17:21:10 -0800
commitecd16748a21b7950c6d87b5a8c8d6d26f312a043 (patch)
treed988633bc85e8e8c093b2d793343668c40a956cb /frontend/src/App.test.tsx
parent208eb0d25d8630548191e7d9e98e3d66ef9e9d5f (diff)
downloadneko-ecd16748a21b7950c6d87b5a8c8d6d26f312a043.tar.gz
neko-ecd16748a21b7950c6d87b5a8c8d6d26f312a043.tar.bz2
neko-ecd16748a21b7950c6d87b5a8c8d6d26f312a043.zip
feat(v2): add neko cat toggle for sidebar (NK-jyw7lb)
Diffstat (limited to 'frontend/src/App.test.tsx')
-rw-r--r--frontend/src/App.test.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/App.test.tsx b/frontend/src/App.test.tsx
index d0c31fd..303ac7e 100644
--- a/frontend/src/App.test.tsx
+++ b/frontend/src/App.test.tsx
@@ -31,7 +31,7 @@ describe('App', () => {
render(<App />);
await waitFor(() => {
- expect(screen.getByText(/neko reader/i)).toBeInTheDocument();
+ expect(screen.getByText('🐱')).toBeInTheDocument();
});
// Test Logout