@commercetools-frontend/cypress
Version:
Cypress commands and utilities for Custom Applications
6 lines (5 loc) • 466 B
TypeScript
import { Matcher as TMatcher } from '@testing-library/dom';
import { type CommandLoginOptions as TCommandLoginOptions, type LoginToMerchantCenterForCustomViewCommandLoginOptions as TLoginToMerchantCenterForCustomViewCommandLoginOptions } from './login';
export type CommandLoginOptions = TCommandLoginOptions;
export type LoginToMerchantCenterForCustomViewCommandLoginOptions = TLoginToMerchantCenterForCustomViewCommandLoginOptions;
export type Matcher = TMatcher;