Skip to content

Commit

Permalink
test: add LngLat case
Browse files Browse the repository at this point in the history
  • Loading branch information
lvisei committed Jun 5, 2024
1 parent a78f9df commit f767bfe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { LngLat } from './lng_lat';
import { LngLat } from '../../src/map/geo/lng_lat';

describe('LngLat', () => {
test('#constructor', () => {
Expand Down

0 comments on commit f767bfe

Please sign in to comment.