Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🎨 test: replace common.fixturesDir in test-exception.js #15964

Closed
wants to merge 2 commits into from

Conversation

keywordnew
Copy link
Contributor

@keywordnew keywordnew commented Oct 6, 2017

Replace common.fixturesDir with usage of the common.fixtures module in text-exception.js

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

@nodejs-github-bot nodejs-github-bot added dont-land-on-v4.x inspector Issues and PRs related to the V8 inspector protocol test Issues and PRs related to the tests. labels Oct 6, 2017
@Trott Trott added the code-and-learn Issues related to the Code-and-Learn events and PRs submitted during the events. label Oct 6, 2017
@gibfahn
Copy link
Member

gibfahn commented Oct 7, 2017

@gibfahn
Copy link
Member

gibfahn commented Oct 7, 2017

Linter failed:

not ok 8 - /usr/home/iojs/build/workspace/node-test-linter/test/inspector/test-exception.js
  ---
  message: '''path'' is assigned a value but never used.'
  severity: error
  data:
    line: 9
    column: 7
    ruleId: no-unused-vars
  ...

Running make lint before submitting should show you these too.

@keywordnew
Copy link
Contributor Author

@gibfahn thanks for make lint command, needed it for fixing another PR 👍

Replace common.fixturesDir with usage of the common.fixtures module in text-exception.js
Fix linter error on unused variable.
@gibfahn
Copy link
Member

gibfahn commented Oct 7, 2017

Landing...

@gibfahn
Copy link
Member

gibfahn commented Oct 7, 2017

Landed in e14fd57

Congratulations on becoming a contributor @chowdhurian !

@gibfahn gibfahn closed this Oct 7, 2017
gibfahn pushed a commit that referenced this pull request Oct 7, 2017
Replace common.fixturesDir with usage of the common.fixtures module in
text-exception.js

PR-URL: #15964
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
@MylesBorins MylesBorins mentioned this pull request Oct 10, 2017
MylesBorins pushed a commit that referenced this pull request Oct 11, 2017
Replace common.fixturesDir with usage of the common.fixtures module in
text-exception.js

PR-URL: #15964
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
addaleax pushed a commit to addaleax/ayo that referenced this pull request Oct 12, 2017
Replace common.fixturesDir with usage of the common.fixtures module in
text-exception.js

PR-URL: nodejs/node#15964
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code-and-learn Issues related to the Code-and-Learn events and PRs submitted during the events. inspector Issues and PRs related to the V8 inspector protocol test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants