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