UNPKG

@memlab/e2e

Version:

memlab browser E2E interaction libraries

22 lines 881 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 */ /** @internal */ export declare function registerPackage(): Promise<void>; export { default as defaultTestPlanner } from './lib/operations/TestPlanner'; export * from './lib/operations/TestPlanner'; export { default as Xvfb } from './lib/operations/XVirtualFrameBuffer'; export { default as E2EInteractionManager } from './E2EInteractionManager'; export { default as BaseSynthesizer } from './BaseSynthesizer'; export { default as E2EUtils } from './lib/E2EUtils'; /** @internal */ export { default as ScriptManager } from './ScriptManager'; /** @internal */ export type { ClosureScope } from './code-analysis/Script'; //# sourceMappingURL=index.d.ts.map