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
|
@ -19,6 +19,7 @@ export default class T {
|
|||
try {
|
||||
test();
|
||||
} catch (e) {
|
||||
console.log("ERROR: ", e, e.stack)
|
||||
failures.push({testsuite: this.name, name: name, msg: "" + e});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue