@11joselu/cypress-to-playwright
Version:
Automatic migration from cypress to playwright
9 lines • 368 B
TypeScript
export declare const isHook: {
beforeEach(expressionName: string): boolean;
afterEach(expressionName: string): boolean;
describe(expressionName: string): boolean;
isDescribeSkipOrOnly(expressionName: string): boolean;
it(expressionName: string): boolean;
isItSkipOrOnly(expressionName: string): boolean;
};
//# sourceMappingURL=is-hook.d.ts.map