forked from MapComplete/MapComplete
Add tests for selectedElementUpdater, fix deletion of keys
This commit is contained in:
parent
89d4a6bcce
commit
baaf66038d
3 changed files with 115 additions and 1 deletions
|
@ -12,6 +12,7 @@ import {Utils} from "../Utils";
|
|||
import TileFreshnessCalculatorSpec from "./TileFreshnessCalculator.spec";
|
||||
import WikidataSpecTest from "./Wikidata.spec.test";
|
||||
import ImageProviderSpec from "./ImageProvider.spec";
|
||||
import ActorsSpec from "./Actors.spec";
|
||||
|
||||
|
||||
ScriptUtils.fixUtils()
|
||||
|
@ -27,7 +28,8 @@ const allTests = [
|
|||
new SplitActionSpec(),
|
||||
new TileFreshnessCalculatorSpec(),
|
||||
new WikidataSpecTest(),
|
||||
new ImageProviderSpec()
|
||||
new ImageProviderSpec(),
|
||||
new ActorsSpec()
|
||||
]
|
||||
|
||||
Utils.externalDownloadFunction = async (url) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue