Fix unit tests

This commit is contained in:
Pieter Vander Vennet 2023-01-03 00:36:44 +01:00
parent 9f3ea0581a
commit 65f8a4c3e4

View file

@ -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({