Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/js/landing/ui/highlight/test/highlight/
Upload File :
Current File : /var/www/homesaver/www/bitrix/js/landing/ui/highlight/test/highlight/highlight.test.js

import {Highlight} from '../../src/highlight';

describe('Highlight', () => {
	it('Should be a function', () => {
		assert(typeof Highlight === 'function');
	});
});