| Current Path : /var/www/homesaver/www/bitrix/modules/ui/install/js/ui/select/test/select/ |
| Current File : /var/www/homesaver/www/bitrix/modules/ui/install/js/ui/select/test/select/select.test.js |
import {Select} from '../../src/select';
describe('Select', () => {
it('Should be a function', () => {
assert(typeof Select === 'function');
});
});