@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) • 393 B
JavaScript
import { createImportCheckTestPlan, createButtonMatchingTestPlan } from './button-test-plan-factory';
import '../../buttons/print';
describe('ESLShare: "print" button import appends button to config and registers the "print" action', createImportCheckTestPlan('print'));
describe('ESLShare: "print" button object config matches button config', createButtonMatchingTestPlan('print', 'print'));