We were trying to use it in ng6 app test But got error regarding missing addEventListener method i was able to fix it using ``` addEventListener: function(callback) { this.object.addEventListener(callback); } ```