Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/js/landing/imageeditor/test/imageeditor/
Upload File :
Current File : /var/www/homesaver/www/bitrix/js/landing/imageeditor/test/imageeditor/imageeditor.test.js

import {Imageeditor} from '../../src/imageeditor';

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