| Current Path : /var/www/homesaver/www/bitrix/js/catalog/store-selector/test/store-selector/ |
| 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');
});
});