We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9742c4 commit 93a379bCopy full SHA for 93a379b
test/matcher.test.js
@@ -6,7 +6,7 @@ import { Matcher } from '../src/nsi.ts';
6
const data = await Bun.file('./test/matcher.data.json').json();
7
8
// We use LocationConflation for validating and processing the locationSets
9
-const featureCollection = await Bun.file('./dist/featureCollection.json').json();
+const featureCollection = await Bun.file('./dist/json/featureCollection.json').json();
10
const loco = new LocationConflation(featureCollection);
11
12
const USA = [-98.58, 39.828];
0 commit comments