| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
inherits is used in lib and tests but its functionality itself is not tested yet.
Sorry, something went wrong.
|
inherits actually sets a property called super_. Can you throw in some asserts to check that as well? |
Sorry, something went wrong.
|
Good point, done! |
Sorry, something went wrong.
There was a problem hiding this comment.
I think this is removed in favour of #3455?
Sorry, something went wrong.
There was a problem hiding this comment.
Not really. I think this line was added to make sure inherits doesn't throw when two constructors are passed to it. Now it is implicitly tested with this PR.
Sorry, something went wrong.
There was a problem hiding this comment.
Ah, okay. Thanks :)
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
inherits is used in lib and tests but its functionality itself is not tested yet. PR-URL: #3507 Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
inherits is used in lib and tests but its functionality itself is not tested yet. PR-URL: #3507 Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
|
@jasnell I think this can go in v4.x |
Sorry, something went wrong.
inherits is used in lib and tests but its functionality itself is not tested yet. PR-URL: #3507 Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
inherits is used in lib and tests but its functionality itself is not tested yet. PR-URL: #3507 Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
| Back | FazBrowse Home | New Git URL |
inherits is used in lib and tests but its functionality itself is not
tested yet.
This is preparation for PR #3455 so I can add more tests to it.