I would prefer to do `t.deepStrictEqual(...)` instead of `t.same(...)`, etc. Keeping the API's the same means one less detail I need to keep in my head. (no reason `t.same` and other sugar can't stick around, I would just like to have the entire `assert` API implemented).