Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/js/currency/currency-core/test/currency-core/
Upload File :
Current File : /var/www/homesaver/www/bitrix/js/currency/currency-core/test/currency-core/currency-core.test.js

import {CurrencyCore} from '../../src/currency-core';

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