Skip to content

Conversation

@Trott
Copy link
Member

common.js contains code that checks for variables leaking into the
global namespace. Load common.js in all tests that do not
intentionally leak variables.

common.js contains code that checks for variables leaking into the global namespace. Load common.js in all tests that do not intentionally leak variables.
@mscdexmscdex added the test Issues and PRs related to the tests. label Sep 27, 2015
@Trott
Copy link
MemberAuthor

@brendanashworth
Copy link
Contributor

It'd be cool if we could get a linter rule for this, that way reviewers can't miss it on new tests.

@Fishrock123
Copy link
Contributor

+1 linter rule.

@Fishrock123
Copy link
Contributor

Also lgtm

@thefourtheye
Copy link
Contributor

LGTM

@Trott
Copy link
MemberAuthor

Trott commented Oct 2, 2015

I've written an eslint rule for this and will submit it with a subsequent pull request. Thanks for the suggestion!

@Trott
Copy link
MemberAuthor

Trott commented Oct 2, 2015

Landed in 02fe821

@TrottTrott closed this Oct 2, 2015
Trott added a commit that referenced this pull request Oct 2, 2015
common.js contains code that checks for variables leaking into the global namespace. Load common.js in all tests that do not intentionally leak variables. PR-URL: #3095 Reviewed-By: Jeremiah Senkpiel <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]>
Trott added a commit that referenced this pull request Oct 2, 2015
common.js contains code that checks for variables leaking into the global namespace. Load common.js in all tests that do not intentionally leak variables. PR-URL: #3095 Reviewed-By: Jeremiah Senkpiel <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]>
@rvaggrvagg mentioned this pull request Oct 3, 2015
@TrottTrott deleted the common branch January 13, 2022 22:28
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@Trott@brendanashworth@Fishrock123@thefourtheye@mscdex