Your IP : 18.221.165.190


Current Path : /var/www/www-root/data/www/www.monolith-realty.ru/bitrix/js/ui/select/test/select/
Upload File :
Current File : /var/www/www-root/data/www/www.monolith-realty.ru/bitrix/js/ui/select/test/select/select.test.js

import {Select} from '../../src/select';

describe('Select', () => {
	it('Should be a function', () => {
		assert(typeof Select === 'function');
	});
});