ErickWendel
changed the title
test: fix mock.method to suport class instances
test: fix mock.method to support class instances
aduh95
changed the title
test: fix mock.method to support class instances
test_runner: fix mock.method to support class instances
It fixes a problem when trying to spy a method from a class instance or static functions on a class instance
Open
13 tasks
aduh95
added
the
commit-queue
label
Dec 17, 2022
cjihrig
added
commit-queue
and removed commit-queue-failed
An error occurred while landing this pull request using GitHub Actions.labels
Dec 17, 2022This was referenced
Dec 18, 2022Open
Open
Open
targos pushed a commit that referenced this pull request
Jan 1, 2023It fixes a problem when trying to spy a method from a class instance or static functions on a class instance PR-URL: #45608 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Merged
MoLow
mentioned this pull request
Closed
juanarbol pushed a commit that referenced this pull request
Jan 26, 2023It fixes a problem when trying to spy a method from a class instance or static functions on a class instance PR-URL: #45608 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Merged
MoLow pushed a commit to MoLow/node-core-test that referenced this pull request
Feb 2, 2023It fixes a problem when trying to spy a method from a class instance or static functions on a class instance PR-URL: nodejs/node#45608 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> (cherry picked from commit 929aada39d0f418193ca03cc360ced8c5b4ce553)