Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/js/ui/entity-catalog/test/entity-catalog/
Upload File :
Current File : /var/www/homesaver/www/bitrix/js/ui/entity-catalog/test/entity-catalog/entity-catalog.test.js

import {EntityCatalog} from '../../src/entity-catalog';

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