Your IP : 172.69.59.17


Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/js/landing/node/ul/test/ul/
Upload File :
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');
	});
});