Browse Source

use buble for test to resolve node 0.12 failure

legacy-quote-reserved-properties
kzc 8 years ago
parent
commit
0006ea1e1c
  1. 3
      test/function/braceless-arrow-function-returning-function/_config.js

3
test/function/braceless-arrow-function-returning-function/_config.js

@ -1,3 +1,4 @@
module.exports = {
description: 'arrow function without braces returning a function (#1032)'
description: 'arrow function without braces returning a function (#1032)',
buble: true
};

Loading…
Cancel
Save