Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: favor deepStrictEqual over deepEqual
test-http-mutable-headers uses assert.deepEqual() in three places but appears to only needs it in two of them. Replace one with assert.deepStrictEqual() and remove linting exception.
- Loading branch information