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
I can't find any follow up discussion on this issue and I'm having problem with it so I thought I open one here.
I've tried both mocha v2.5.3 and v3.2.0. These are the typical errors I'm getting
Warning: TypeError: undefined is not a constructor (evaluating 'test.isPending()')
at undefined (phantomjs://code/bridge.js:47)
at emit (http://localhost:9001/test/js/mocha.js:588)
at runSuite (http://localhost:9001/test/js/mocha.js:4720)
at run (http://localhost:9001/test/js/mocha.js:4795)
at run (http://localhost:9001/test/js/mocha.js:1701)
at run (http://localhost:9001/test/js/mocha.js:5584)
at undefined (phantomjs://code/bridge.js:101)
Using v1.0.2 (prior to adding the test.isPending() line) with the latest version of mocha v3.2.0 works perfectly fine though (v2.5.3 as well).
The text was updated successfully, but these errors were encountered:
I can't find any follow up discussion on this issue and I'm having problem with it so I thought I open one here.
I've tried both mocha v2.5.3 and v3.2.0. These are the typical errors I'm getting
Using v1.0.2 (prior to adding the
test.isPending()
line) with the latest version of mocha v3.2.0 works perfectly fine though (v2.5.3 as well).The text was updated successfully, but these errors were encountered: