MCPcopy
hub / github.com/nukeop/nuclear / resetQueueStore

Function resetQueueStore

packages/player/src/integration-tests/queue.test.tsx:28–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26);
27
28const resetQueueStore = () => {
29 useQueueStore.setState({
30 items: [],
31 currentIndex: 0,
32 isReady: true,
33 isLoading: false,
34 });
35};
36
37describe('Queue', () => {
38 beforeEach(() => {

Callers 1

queue.test.tsxFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected