| Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/js/ui/lottie/test/lottie/ |
| Current File : /var/www/element/data/www/revenuestory.ru/bitrix/js/ui/lottie/test/lottie/lottie.test.js |
import {Lottie} from '../../src/lottie';
describe('Lottie', () => {
it('Should be a function', () => {
assert(typeof Lottie === 'function');
});
});