i try to use the testing tool mocha in node. Consider the following test scenario
var requirejs = require(\'requirejs\'); requirejs.config({ //Pass the top-
You can use should directly
should.not.exist(err);