var assert = require('assert'); var b = require('./b'); suite("B", function() { test("b", function() { assert.ok(true); }); });