Skip to content

Conversation

@Trott
Copy link
Member

Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

test assert

Description of change

There is no test coverage for assert.notDeepStrictEqual(). Add some
minimal tests.

There is no test coverage for `assert.notDeepStrictEqual()`. Add some minimal tests.
@TrottTrott added assert Issues and PRs related to the assert subsystem. test Issues and PRs related to the tests. labels Aug 19, 2016
@addaleax
Copy link
Member

@jasnell
Copy link
Member

LGTM

Trott added a commit to Trott/io.js that referenced this pull request Aug 22, 2016
There is no test coverage for `assert.notDeepStrictEqual()`. Add some minimal tests. PR-URL: nodejs#8177 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]>
@Trott
Copy link
MemberAuthor

Landed in 181324e

@TrottTrott closed this Aug 22, 2016
evanlucas pushed a commit that referenced this pull request Aug 24, 2016
There is no test coverage for `assert.notDeepStrictEqual()`. Add some minimal tests. PR-URL: #8177 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]>
MylesBorins pushed a commit that referenced this pull request Oct 10, 2016
There is no test coverage for `assert.notDeepStrictEqual()`. Add some minimal tests. PR-URL: #8177 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]>
rvagg pushed a commit that referenced this pull request Oct 18, 2016
There is no test coverage for `assert.notDeepStrictEqual()`. Add some minimal tests. PR-URL: #8177 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]>
MylesBorins pushed a commit that referenced this pull request Oct 26, 2016
There is no test coverage for `assert.notDeepStrictEqual()`. Add some minimal tests. PR-URL: #8177 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]>
@MylesBorinsMylesBorins mentioned this pull request Oct 26, 2016
@TrottTrott deleted the notDeepStrictEqual branch January 13, 2022 22:44
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

assertIssues and PRs related to the assert subsystem.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@Trott@addaleax@jasnell@MylesBorins