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