| Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/js/landing/node/ul/test/ul/ |
| Current File : /var/www/element/data/www/revenuestory.ru/bitrix/js/landing/node/ul/test/ul/ul.test.js |
import {Ul} from '../../src/ul';
describe('Ul', () => {
it('Should be a function', () => {
assert(typeof Ul === 'function');
});
});