(table: 'subscription' | 'member' | 'organization', rows: unknown[])
| 94 | } |
| 95 | |
| 96 | function queue(table: 'subscription' | 'member' | 'organization', rows: unknown[]) { |
| 97 | resultsByTable[table].push(rows) |
| 98 | } |
| 99 | |
| 100 | describe('getHighestPrioritySubscription', () => { |
| 101 | beforeEach(() => { |