https://bugzilla.redhat.com/show_bug.cgi?id=1442526 Robert-André Mauchin <zebob.m@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zebob.m@xxxxxxxxx --- Comment #1 from Robert-André Mauchin <zebob.m@xxxxxxxxx> --- Please update to version 0.13.1 Tests fail for me: 61 passing (77ms) 21 failing 1) constructor should "visit" over an object to extend the instance: AssertionError [ERR_ASSERTION]: undefined == 'bar' at Context.<anonymous> (test.js:21:12) 2) constructor should map "visit" over an array to extend the instance: AssertionError [ERR_ASSERTION]: undefined == 'bar' at Context.<anonymous> (test.js:30:12) 3) constructor should add foo: AssertionError [ERR_ASSERTION]: undefined == 'bar' at Context.<anonymous> (test.js:61:12) 4) prototype methods .set should set a key-value pair on the instance:: AssertionError [ERR_ASSERTION]: undefined == 'bar' at Context.<anonymous> (test.js:411:14) 5) prototype methods .set should set nested property:: TypeError: Cannot read property 'b' of undefined at Context.<anonymous> (test.js:416:26) 6) prototype methods .set should set a nested property with the key as an array:: TypeError: Cannot read property 'b' of undefined at Context.<anonymous> (test.js:421:26) 7) prototype methods .set should set an object on the instance:: AssertionError [ERR_ASSERTION]: undefined == 'b' at Context.<anonymous> (test.js:426:14) 8) prototype methods .get should get a property from the instance:: AssertionError [ERR_ASSERTION]: undefined == 'b' at Context.<anonymous> (test.js:433:14) 9) prototype methods .get should get a nested property from the instance:: AssertionError [ERR_ASSERTION]: undefined == 'd' at Context.<anonymous> (test.js:438:14) 10) prototype methods .get should get a property using an array:: AssertionError [ERR_ASSERTION]: undefined == 'd' at Context.<anonymous> (test.js:443:14) 11) prototype methods .get should get a property using a list of arguments: AssertionError [ERR_ASSERTION]: undefined == 'd' at Context.<anonymous> (test.js:448:14) 12) prototype methods .has should check for a property from the instance:: AssertionError [ERR_ASSERTION]: false == true + expected - actual +true -false at Context.<anonymous> (test.js:467:14) 13) prototype methods .has should check for a nested property from the instance:: AssertionError [ERR_ASSERTION]: false == true + expected - actual +true -false at Context.<anonymous> (test.js:472:14) 14) prototype methods .has should check for a property using an array:: AssertionError [ERR_ASSERTION]: false == true + expected - actual +true -false at Context.<anonymous> (test.js:477:14) 15) prototype methods .has should check for a property using a list of arguments: AssertionError [ERR_ASSERTION]: false == true + expected - actual +true -false at Context.<anonymous> (test.js:482:14) 16) prototype methods .visit should visit an object with the given method:: AssertionError [ERR_ASSERTION]: undefined == 'b' at Context.<anonymous> (test.js:492:14) 17) prototype methods .visit should visit an array with the given method:: AssertionError [ERR_ASSERTION]: undefined == 'b' at Context.<anonymous> (test.js:497:14) 18) prototype methods .del should remove a property:: AssertionError [ERR_ASSERTION]: undefined == 'b' at Context.<anonymous> (test.js:505:14) 19) prototype methods .del should remove an array of properties:: AssertionError [ERR_ASSERTION]: undefined == 'a' at Context.<anonymous> (test.js:517:14) 20) events should emit get: AssertionError [ERR_ASSERTION]: undefined == 'bar' at Base.<anonymous> (test.js:833:14) at Base.Emitter.emit (/usr/lib/node_modules/component-emitter/index.js:133:20) at Base.Cache.get (/usr/lib/node_modules/cache-base/index.js:150:10) at Context.<anonymous> (test.js:837:10) 21) events should emit has: AssertionError [ERR_ASSERTION]: false == true + expected - actual +true -false at Base.<anonymous> (test.js:843:14) at Base.Emitter.emit (/usr/lib/node_modules/component-emitter/index.js:133:20) at Base.Cache.has (/usr/lib/node_modules/cache-base/index.js:178:10) at Context.<anonymous> (test.js:847:10) I'll retry on Koji when the dependencies are into Rawhide. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx