var assert = require( 'assert' ); module.exports = { description: 'sorts statements according to their original order within modules, part 2', exports: function ( exports ) { assert.equal( exports.answer, 42 ); } };