UNPKG

@wordpress/e2e-test-utils-playwright

Version:
13 lines 438 B
/** * Internal dependencies */ import type { RequestUtils } from './index'; /** * Sets the Gutenberg experiments. * * @param this * @param experiments Array of experimental flags to enable. Pass in an empty array to disable all experiments. */ declare function setGutenbergExperiments(this: RequestUtils, experiments: string[]): Promise<void>; export { setGutenbergExperiments }; //# sourceMappingURL=gutenberg-experiments.d.ts.map