Skip to content

Commit 93a379b

Browse files
committed
Fix location of featureCollection.json
1 parent c9742c4 commit 93a379b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/matcher.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { Matcher } from '../src/nsi.ts';
66
const data = await Bun.file('./test/matcher.data.json').json();
77

88
// We use LocationConflation for validating and processing the locationSets
9-
const featureCollection = await Bun.file('./dist/featureCollection.json').json();
9+
const featureCollection = await Bun.file('./dist/json/featureCollection.json').json();
1010
const loco = new LocationConflation(featureCollection);
1111

1212
const USA = [-98.58, 39.828];

0 commit comments

Comments
 (0)