Browse Source

tidy up

contingency-plan
Rich Harris 10 years ago
parent
commit
29b54f9eea
  1. 4
      test/function/statement-order/_config.js

4
test/function/statement-order/_config.js

@ -9,7 +9,5 @@ module.exports = {
}, },
exports: function ( exports ) { exports: function ( exports ) {
assert.equal( exports, 'right' ); assert.equal( exports, 'right' );
}, }
solo: true,
show: true
}; };

Loading…
Cancel
Save