forked from MapComplete/MapComplete
Fix unit tests
This commit is contained in:
parent
9f3ea0581a
commit
65f8a4c3e4
1 changed files with 2 additions and 2 deletions
|
@ -77,9 +77,9 @@ export class Unit {
|
||||||
* ]
|
* ]
|
||||||
* },"test")
|
* },"test")
|
||||||
* }catch(e){
|
* }catch(e){
|
||||||
* threwError =true
|
* threwError = true
|
||||||
* }
|
* }
|
||||||
* threwError // => false
|
* threwError // => true
|
||||||
*
|
*
|
||||||
* // Should work
|
* // Should work
|
||||||
* Unit.fromJson({
|
* Unit.fromJson({
|
||||||
|
|
Loading…
Reference in a new issue