You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 30, 2023. It is now read-only.
Which version of PhantomJS are you using? Tip: run phantomjs --version.
(I am currently figuring it out, I'm posting this on behalf of Chutzpah, and trying to ascertain the version of PhantomJS it uses)
What steps will reproduce the problem?
Run a unit test against a module that calls .super()
super is undefined
When debugging the site or runnign on production, this works fine
Which operating system are you using?
Did you use binary PhantomJS or did you compile it from source?
Please provide any additional information below.
This in particular prevents us from adding javascript unit tests to our thick client 😢
The text was updated successfully, but these errors were encountered:
phantomjs --version
.(I am currently figuring it out, I'm posting this on behalf of Chutzpah, and trying to ascertain the version of PhantomJS it uses)
.super()
super
is undefinedThis in particular prevents us from adding javascript unit tests to our thick client 😢
The text was updated successfully, but these errors were encountered: