Browse Source

Merge pull request #159 from Victorystick/export-from-no-local-binding

Enable test/function/export-from-no-local-binding
better-aggressive
Rich Harris 9 years ago
parent
commit
8edc5ff405
  1. 10
      test/function/export-from-no-local-binding/_config.js

10
test/function/export-from-no-local-binding/_config.js

@ -1,13 +1,5 @@
var assert = require( 'assert' );
module.exports = {
description: 'export from does not create a local binding',
error: function ( err ) {
assert.ok( false, 'TODO: assertion is skipped because it is not used... we need to implement something like /*rollup: include */')
},
skip: true
description: 'export from does not create a local binding'
};
// test copied from https://github.com/esnext/es6-module-transpiler/tree/master/test/examples/export-from

Loading…
Cancel
Save