antv-l7/packages/scene/__tests__/l7_map.spec.ts

10 lines
233 B
TypeScript

// @ts-ignore
import { PolygonLayer } from '@antv/l7-layers';
import { Map } from '@antv/l7-maps';
import { Scene } from '../src/';
describe('template', () => {
it('scene l7 map method', () => {
expect(2).toEqual(2);
});
});