@sindresorhus I think there is a bug with `t.context` being set to `null` as opposed to `{}` in `test.cb.before` scope. ```js test.cb.before(t => { console.log(t.context); // outputs `null` }); ``` Not sure if this is related <https://github.com/avajs/ava/issues/1340>