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,6 +1,6 @@
|
|||
import AllImageProviders from "../../../Logic/ImageProviders/AllImageProviders"
|
||||
import { UIEventSource } from "../../../Logic/UIEventSource"
|
||||
import { Utils } from "../../../Utils"
|
||||
import AllImageProviders from "../../../src/Logic/ImageProviders/AllImageProviders"
|
||||
import { UIEventSource } from "../../../src/Logic/UIEventSource"
|
||||
import { Utils } from "../../../src/Utils"
|
||||
import { describe, expect, it } from "vitest"
|
||||
|
||||
describe("ImageProviders", () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue