Skip to content

Commit

Permalink
Move imports to use generated types
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM committed Jan 11, 2024
1 parent 3e6e8f1 commit 1546e10
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions test/integration/render/run_render_tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,10 @@ import http from 'http';
import puppeteer, {Page, Browser} from 'puppeteer';
import v8toIstanbul from 'v8-to-istanbul';
import {localizeURLs} from '../lib/localize-urls';
import maplibregl from '../../../src/index';
import type {StyleSpecification} from '@maplibre/maplibre-gl-style-spec';
import type {CanvasSource} from '../../../src/source/canvas_source';
import type {Map} from '../../../src/ui/map';
import type {PointLike} from '../../../src/ui/camera';
import type {default as MapLibreGL, Map, CanvasSource, PointLike, StyleSpecification} from '../../../dist/maplibre-gl';

const __dirname = dirname(fileURLToPath(import.meta.url));
let maplibregl: typeof MapLibreGL;

type TestData = {
id: string;
Expand Down

0 comments on commit 1546e10

Please sign in to comment.