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