Closed twolfson closed 11 years ago
Hook objects cannot be chained currently but they definitely should be able to.
module.exports = { 'One': [{ after: function () { console.log('afterAll1'); } }, { after: function () { console.log('afterAll2'); } }], ... };
Released in 2.12.0.
2.12.0
Hook objects cannot be chained currently but they definitely should be able to.