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 always find expect works better with null and undefined as follows:
expect
null
undefined
expect(err).be.null