Skip to content

Commit 5878223

Browse files
committed
Fix tests
1 parent c8bb327 commit 5878223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/geojson_wrapper-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {describe, test, expect} from 'vitest';
2-
import {GeoJSONWrapper} from '../index.ts';
2+
import {GeoJSONWrapper} from '../index';
33

44
describe('geojsonwrapper', () => {
55
test('linestring', () => {

0 commit comments

Comments
 (0)