Browse Source

fix test title

gh-669
Rich Harris 9 years ago
parent
commit
a6d3436392
  1. 2
      test/function/assignment-to-exports-b/_config.js

2
test/function/assignment-to-exports-b/_config.js

@ -1,7 +1,7 @@
const assert = require( 'assert' );
module.exports = {
description: 'exports are kept up-to-date',
description: 'exports are rewritten inside a variable init',
exports: exports => {
assert.equal( exports.b, 42 );
}

Loading…
Cancel
Save