Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/js/sender/rc_editor/test/
Upload File :
Current File : /var/www/homesaver/www/bitrix/js/sender/rc_editor/test/rc_editor.test.js

import { RcEditor } from '../src/rc_editor';

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