forked from MapComplete/MapComplete
"working"
This commit is contained in:
parent
8fc56f7487
commit
cc0c925b81
27 changed files with 4743 additions and 17591 deletions
|
@ -7609,7 +7609,7 @@ describe("GenerateCache", () => {
|
|||
])
|
||||
await ScriptUtils.sleep(250)
|
||||
const birdhides = JSON.parse(
|
||||
readFileSync(dir + "np-cache/natuurpunt_birdhide_12_2085_1368.geojson", "UTF8")
|
||||
readFileSync(dir + "np-cache/natuurpunt_birdhide_12_2085_1368.geojson", { encoding: "utf8" })
|
||||
)
|
||||
expect(birdhides.features.length).deep.equal(5)
|
||||
expect(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue