(function () { 'use strict'; describe('first', function () { it('nothing here', function () { assert.isTrue(true); }); }); }());