| Current Path : /var/www/homesaver/www/bitrix/js/main/imageeditor/test/imageeditor/ |
| Current File : /var/www/homesaver/www/bitrix/js/main/imageeditor/test/imageeditor/imageeditor.test.js |
import {Imageeditor} from '../../src/imageeditor';
describe('Imageeditor', () => {
it('Should be a function', () => {
assert(typeof Imageeditor === 'function');
});
});