UNPKG

@terrestris/ol-util

Version:

A set of helper classes for working with openLayers

17 lines 489 B
/* eslint-env jest*/ import AnimateUtil from './AnimateUtil'; describe('AnimateUtil', () => { describe('Basics', () => { it('is defined', () => { expect(AnimateUtil).toBeDefined(); }); }); describe('Static methods', () => { describe('#moveFeature', () => { it('is defined', () => { expect(AnimateUtil.moveFeature).toBeDefined(); }); }); }); }); //# sourceMappingURL=AnimateUtil.spec.js.map