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 get this error when running my tests on node.js (with Mocha), but it works perfectly in the browser (Chrome 41). throwException and throwError are working fine.
On node.js, I'm using Mocha 2.2.1 and Expect.js 0.3.1, both from NPM.
In the browser, I'm using Mocha 2.2.1 and Expect.js 0.3.1, both downloaded from the respective GitHub repos.
The text was updated successfully, but these errors were encountered:
I get this error when running my tests on node.js (with Mocha), but it works perfectly in the browser (Chrome 41).
throwException
andthrowError
are working fine.On node.js, I'm using Mocha 2.2.1 and Expect.js 0.3.1, both from NPM.
In the browser, I'm using Mocha 2.2.1 and Expect.js 0.3.1, both downloaded from the respective GitHub repos.
The text was updated successfully, but these errors were encountered: