(path: string)
| 19 | } |
| 20 | |
| 21 | function change(path: string): VaultChangeEvent { |
| 22 | return { |
| 23 | kind: 'change', |
| 24 | path, |
| 25 | folder: 'inbox' |
| 26 | } |
| 27 | } |
| 28 | |
| 29 | describe('WindowVaultRegistry', () => { |
| 30 | it('routes local vault changes only to windows attached to that vault', () => { |