Skip to content

Commit

Permalink
test: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Wykks committed Jun 4, 2023
1 parent b7c8f12 commit 06b4bb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions libs/ngx-mapbox-gl/src/lib/map/map.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ import {
EventData,
LngLatBoundsLike,
Map,
MapboxEvent,
MapboxOptions,
MapBoxZoomEvent,
MapContextEvent,
MapDataEvent,
Expand All @@ -27,6 +25,8 @@ import {
MapStyleDataEvent,
MapTouchEvent,
MapWheelEvent,
MapboxEvent,
MapboxOptions,
PointLike,
} from 'mapbox-gl';
import { lastValueFrom } from 'rxjs';
Expand Down
3 changes: 2 additions & 1 deletion libs/ngx-mapbox-gl/tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"module": "commonjs",
"types": ["jest", "node"]
"types": ["jest", "node"],
"target": "ES2016"
},
"files": ["src/test-setup.ts"],
"include": [
Expand Down

0 comments on commit 06b4bb7

Please sign in to comment.