| Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/js/landing/ui/field/color/test/color/ |
| Current File : /var/www/element/data/www/revenuestory.ru/bitrix/js/landing/ui/field/color/test/color/color.test.js |
import {Color} from '../../src/color';
describe('Color', () => {
it('Should be a function', () => {
assert(typeof Color === 'function');
});
});