Your IP : 3.15.144.165


Current Path : /var/www/admin_ftp_12/data/www/httpdocs/bitrix/js/landing/loc/test/loc/
Upload File :
Current File : /var/www/admin_ftp_12/data/www/httpdocs/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');
	});
});