(collectionId: string)
| 5 | const repo = () => getPracticeSessionRepository(isGuest()) |
| 6 | |
| 7 | export const startPracticeSession = async (collectionId: string): Promise<PracticeSession> => { |
| 8 | return repo().start(collectionId) |
| 9 | } |
| 10 | |
| 11 | export const getNextPracticeCard = async ( |
| 12 | sessionId: string, |
no test coverage detected