Fix tests

This commit is contained in:
Pieter Vander Vennet 2023-07-15 18:55:03 +02:00
parent 0e760b908c
commit 16816a916c
28 changed files with 124 additions and 117 deletions

View file

@ -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()