Initial GV2 mock tests

This commit is contained in:
Fedor Indutny 2022-04-20 12:35:53 -07:00 committed by GitHub
parent 34a27accfc
commit e5ba00b798
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 192 additions and 11 deletions

View file

@ -8,7 +8,7 @@ import { App } from '../playwright';
import { Bootstrap } from '../bootstrap';
import type { BootstrapOptions } from '../bootstrap';
export const debug = createDebug('mock:test-storage');
export const debug = createDebug('mock:test:storage');
export { App, Bootstrap };