MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / notification-logic.test.ts

File notification-logic.test.ts

apps/kimi-web/test/notification-logic.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterEach, beforeEach, describe, expect, it } from 'vitest';
2import { STORAGE_KEYS, safeGetString } from '../src/lib/storage';
3import { useNotification } from '../src/composables/client/useNotification';
4

Callers

nothing calls this directly

Calls 6

useNotificationFunction · 0.90
safeGetStringFunction · 0.90
setNotifyOnQuestionFunction · 0.85
setNotifyOnCompleteFunction · 0.85
installStorageFunction · 0.70
createMemoryStorageFunction · 0.70

Tested by

no test coverage detected