()
| 53 | } |
| 54 | |
| 55 | function createSession(): ImportSession { |
| 56 | return { |
| 57 | id: 'is_test', |
| 58 | name: 'Test Session', |
| 59 | remoteSessionId: 'remote_session', |
| 60 | targetSessionId: 'local_session', |
| 61 | lastPullAt: 100, |
| 62 | lastStatus: 'idle', |
| 63 | lastError: '', |
| 64 | lastNewMessages: 0, |
| 65 | } |
| 66 | } |
| 67 | |
| 68 | function createEngine(options: { |
| 69 | files: string[] |