i try to use the testing tool mocha in node. Consider the following test scenario
var requirejs = require(\'requirejs\'); requirejs.config({ //Pass the top-
I had the same problem. I solved it by using:
(err === null).should.be.true;