Your IP : 172.71.120.4


Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/js/landing/ui/field/color/test/color/
Upload File :
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');
	});
});