FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

test: add tests for eslint rules by not-an-aardvark · Pull Request #16138 · nodejs/node · GitHub

/ node Public

test: add tests for eslint rules - #16138

Closed
not-an-aardvark wants to merge 1 commit into
nodejs:masterfrom
not-an-aardvark:eslint-tests
Closed

test: add tests for eslint rules#16138
not-an-aardvark wants to merge 1 commit into
nodejs:masterfrom
not-an-aardvark:eslint-tests

Conversation

not-an-aardvark commented Oct 11, 2017
edited by richardlau
Loading

Copy link
Copy Markdown
Contributor

This adds tests for the custom eslint rules in this repository, using
the RuleTester test utility bundled with eslint.

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

tools

This adds tests for the custom eslint rules in this repository, using
the `RuleTester` test utility bundled with eslint.
nodejs-github-bot added the test Issues and PRs related to the tests. label Oct 11, 2017

Copy link
Copy Markdown
Contributor Author

Trott left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

😍 LGTM if CI is green. 😍

Copy link
Copy Markdown
Contributor Author

Landed in cd5ee52

not-an-aardvark deleted the eslint-tests branch October 14, 2017 07:03
not-an-aardvark added a commit that referenced this pull request Oct 14, 2017
This adds tests for the custom eslint rules in this repository, using
the `RuleTester` test utility bundled with eslint.

PR-URL: #16138
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
addaleax pushed a commit to ayojs/ayo that referenced this pull request Oct 15, 2017
This adds tests for the custom eslint rules in this repository, using
the `RuleTester` test utility bundled with eslint.

PR-URL: nodejs/node#16138
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
Reviewed-By: James M Snell <jasnell@gmail.com>

Copy link
Copy Markdown
Contributor

Looks like this patch breaks some tests on v8.x
Would someone be willing to backport?

Trott commented Oct 25, 2017

Copy link
Copy Markdown
Member

Looks like this patch breaks some tests on v8.x
Would someone be willing to backport?

@not-an-aardvark Are you up for opening a PR for this against the v8.x-staging branch?

not-an-aardvark self-assigned this Oct 28, 2017

Copy link
Copy Markdown
Contributor Author

I think the tests will pass after 5f46944 is backported to v8.x-staging. It looks like it was backported at one point, but was removed from the branch because it caused build errors (see #15083 (comment)). Those errors seem to have been fixed in #15307, so I think it should be safe to reapply 5f46944 again, and then this PR will backport cleanly.

not-an-aardvark removed their assignment Oct 29, 2017

Trott commented Oct 30, 2017

Copy link
Copy Markdown
Member

@MylesBorins Does what @not-an-aardvark suggests above work for you?

Copy link
Copy Markdown
Contributor

This should likely be bundled in a general eslint update for v6.x

MylesBorins commented Dec 19, 2017
edited
Loading

Copy link
Copy Markdown
Contributor

ping regarding backport to v8.x

edit: got it to work yay

MylesBorins pushed a commit that referenced this pull request Dec 19, 2017
This adds tests for the custom eslint rules in this repository, using
the `RuleTester` test utility bundled with eslint.

PR-URL: #16138
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
gibfahn mentioned this pull request Dec 20, 2017
gibfahn pushed a commit that referenced this pull request Dec 20, 2017
This adds tests for the custom eslint rules in this repository, using
the `RuleTester` test utility bundled with eslint.

PR-URL: #16138
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
gibfahn mentioned this pull request Dec 20, 2017
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants


Back | FazBrowse Home | New Git URL