Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/js/landing/node/embed/test/embed/
Upload File :
Current File : /var/www/homesaver/www/bitrix/js/landing/node/embed/test/embed/embed.test.js

import {Embed} from '../../src/embed';

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