🐛 Fix possible issue that causes exception on node tests

This commit is contained in:
Andrey Antukh 2022-03-23 23:05:04 +01:00 committed by Alonso Torres
parent 2832736826
commit ec5a4d09b8
2 changed files with 7 additions and 2 deletions

View file

@ -28,6 +28,10 @@ goog.scope(function() {
addListener(...args) {
},
removeListener(...args) {
},
addEventListener(...args) {
},
removeEventListener(...args) {
}
}
}