Your IP : 18.191.71.224


Current Path : /var/www/www-root/data/webdav/www/monolith-realty.ru/bitrix/js/ui/select/test/select/
Upload File :
Current File : /var/www/www-root/data/webdav/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');
	});
});