define(function () { 'use strict'; var foo = function() { return 'foo'; }; assert.equal( foo(), 'foo' ); });