UNPKG

@augment-vir/test

Version:

A universal testing suite that works with Mocha style test runners _and_ Node.js's built-in test runner.

8 lines (7 loc) 313 B
import { type UniversalTestContext } from '../augments/universal-testing-suite/universal-test-context.js'; /** * Read from a page's local storage. * * @category Internal */ export declare function readLocalStorage(testContext: Readonly<UniversalTestContext>, storageKey: string): Promise<string | undefined>;