You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove `noAssert` argument
The `noAssert` argument support dropped in the upcoming Node.js 10.x
release. This removes it therefore.
* Fix failing test
Asserting buffers with strictEqual is not possible. Those are
two different objects and can only be compared with deepStrictEqual
instead.
0 commit comments