Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/js/catalog/store-selector/test/store-selector/
Upload File :
Current File : /var/www/homesaver/www/bitrix/js/catalog/store-selector/test/store-selector/store-selector.test.js

import {StoreSelector} from '../../src/store-selector';

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