forked from MapComplete/MapComplete
Fix tests
This commit is contained in:
parent
f55e5cf26c
commit
fb4a3ea99a
2 changed files with 4 additions and 4 deletions
|
@ -423,7 +423,7 @@ export default class LegacyThemeLoaderSpec extends T {
|
|||
}
|
||||
]
|
||||
}, "test");
|
||||
T.isTrue(r.errors.length > 0, "Failing case is not detected")
|
||||
T.isTrue(r.errors.length > 0, "Failing case 0 is not detected")
|
||||
|
||||
const r0 = new DetectShadowedMappings().convert( {
|
||||
mappings: [
|
||||
|
@ -437,7 +437,7 @@ export default class LegacyThemeLoaderSpec extends T {
|
|||
}
|
||||
]
|
||||
}, "test");
|
||||
T.isTrue(r0.errors.length > 0, "Failing case is not detected")
|
||||
T.isTrue(r0.errors.length > 0, "Failing case 1 is not detected")
|
||||
}
|
||||
],
|
||||
["Images are rewritten", () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue