| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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.
Sorry, something went wrong.
|
It'd be cool if we could get a linter rule for this, that way reviewers can't miss it on new tests. |
Sorry, something went wrong.
|
+1 linter rule. |
Sorry, something went wrong.
|
Also lgtm |
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
|
I've written an eslint rule for this and will submit it with a subsequent pull request. Thanks for the suggestion! |
Sorry, something went wrong.
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 <fishrock123@rocketmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
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 <fishrock123@rocketmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
| Back | FazBrowse Home | New Git URL |
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.