MCPcopy
hub / github.com/nukeop/nuclear / queueStore.test.ts

File queueStore.test.ts

packages/player/src/stores/queueStore.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { beforeEach, describe, expect, it, vi } from 'vitest';
2
3import { resetInMemoryTauriStore } from '../test/utils/inMemoryTauriStore';
4import { createMockTrack } from '../test/utils/mockTrack';

Callers

nothing calls this directly

Calls 15

resetInMemoryTauriStoreFunction · 0.90
createMockTrackFunction · 0.90
initializeQueueStoreFunction · 0.90
getStateMethod · 0.80
addToQueueMethod · 0.80
addNextMethod · 0.80
addAtMethod · 0.80
removeByIdsMethod · 0.80
removeByIndicesMethod · 0.80
clearQueueMethod · 0.80
reorderMethod · 0.80
updateItemStateMethod · 0.80

Tested by

no test coverage detected