@exadel/esl
Version:
Exadel Smart Library (ESL) is the lightweight custom elements library that provide a set of super-flexible components
5 lines (4 loc) • 424 B
JavaScript
import { createImportCheckTestPlan, createButtonMatchingTestPlan } from './button-test-plan-factory';
import '../../buttons/native-share';
describe('ESLShare: "native-share" button import appends button to config and registers the "native" action', createImportCheckTestPlan('native'));
describe('ESLShare: "native-share" button object config matches button config', createButtonMatchingTestPlan('native-share', 'native'));