Your IP : 172.70.130.190


Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/js/ui/lottie/test/lottie/
Upload File :
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');
	});
});