UNPKG

@memlab/e2e

Version:

memlab browser E2E interaction libraries

16 lines 495 B
/** * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * * @format * @oncall memory_lab */ import type { E2EScenarioSynthesizerConstructor } from '@memlab/core'; declare class TestRunnerLoader { load(): E2EScenarioSynthesizerConstructor[]; } declare const _default: TestRunnerLoader; export default _default; //# sourceMappingURL=TestRunnerLoader.d.ts.map