| Current Path : /var/www/homesaver/www/bitrix/js/sender/rc_editor/test/ |
| 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');
});
});