forked from MapComplete/MapComplete
Fix tests
This commit is contained in:
parent
0e760b908c
commit
16816a916c
28 changed files with 124 additions and 117 deletions
|
@ -1,9 +1,9 @@
|
|||
import { OsmObject } from "../../../Logic/Osm/OsmObject"
|
||||
import { Utils } from "../../../Utils"
|
||||
import { OsmObject } from "../../../src/Logic/Osm/OsmObject"
|
||||
import { Utils } from "../../../src/Utils"
|
||||
import ScriptUtils from "../../../scripts/ScriptUtils"
|
||||
import { readFileSync } from "fs"
|
||||
import { describe, expect, it } from "vitest"
|
||||
import OsmObjectDownloader from "../../../Logic/Osm/OsmObjectDownloader"
|
||||
import OsmObjectDownloader from "../../../src/Logic/Osm/OsmObjectDownloader"
|
||||
|
||||
describe("OsmObject", () => {
|
||||
describe("download referencing ways", () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue