| 16 | import { MongoDBStore } from './mongodb-store.service'; |
| 17 | |
| 18 | interface DatabaseSession { |
| 19 | sessionID: string; |
| 20 | state: SessionState; |
| 21 | } |
| 22 | |
| 23 | describe('MongoDBStore', () => { |
| 24 |
nothing calls this directly
no outgoing calls
no test coverage detected