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,8 +1,8 @@
|
|||
import ScriptUtils from "../scripts/ScriptUtils"
|
||||
import { Utils } from "../Utils"
|
||||
import Locale from "../UI/i18n/Locale"
|
||||
import { Utils } from "../src/Utils"
|
||||
import Locale from "../src/UI/i18n/Locale"
|
||||
import { beforeEach } from "vitest"
|
||||
import { ReferencingWaysMetaTagger } from "../Logic/SimpleMetaTagger"
|
||||
import { ReferencingWaysMetaTagger } from "../src/Logic/SimpleMetaTagger"
|
||||
|
||||
beforeEach(async () => {
|
||||
ScriptUtils.fixUtils()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue