var assert = require('assert') describe('UNIT: Binding', function () { it('should work', function () { assert.ok(true) }) })