Your IP : 216.73.216.86


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

import {EntityCard} from '../../src/entity-card';

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