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