| Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/js/landing/loc/test/loc/ |
| Current File : /var/www/element/data/www/revenuestory.ru/bitrix/js/landing/loc/test/loc/loc.test.js |
import {Loc} from '../../src/loc';
describe('Loc', () => {
it('Should be a function', () => {
assert(typeof Loc === 'function');
});
});