()
| 12 | tmpdir.refresh(); |
| 13 | |
| 14 | function nextLocalStorage() { |
| 15 | return join(tmpdir.path, `${++cnt}.localstorage`); |
| 16 | } |
| 17 | |
| 18 | test('Storage instances cannot be created in userland', async () => { |
| 19 | const cp = await spawnPromisified(process.execPath, [ |
no test coverage detected
searching dependent graphs…