Browse Source

Enable test

better-aggressive
Oskar Segersvärd 10 years ago
parent
commit
94de9accfb
  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