Skip to content

Commit

Permalink
Add Expect Error
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Apr 18, 2024
1 parent 70da193 commit 5a0887b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/featureserver.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import EsriDump from '../index.js';
import test from 'tape';
// @ts-expect-error No Type Defs
import geojsonhint from 'geojsonhint';
import { Feature } from 'geojson';

Expand Down
1 change: 1 addition & 0 deletions test/mapserver.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import EsriDump from '../index.js';
import test from 'tape';
import { Feature } from 'geojson';
// @ts-expect-error No Type Defs
import geojsonhint from 'geojsonhint';

test('MapServer with points geometry', (t) => {
Expand Down

0 comments on commit 5a0887b

Please sign in to comment.