()
| 11 | tmpdir.refresh(); |
| 12 | |
| 13 | function nextDb() { |
| 14 | return join(tmpdir.path, `database-${cnt++}.db`); |
| 15 | } |
| 16 | |
| 17 | suite('DatabaseSync() constructor', () => { |
| 18 | test('throws if called without new', (t) => { |
no test coverage detected
searching dependent graphs…