mirror of https://github.com/lukechilds/rollup.git
Rich Harris
9 years ago
1 changed files with 1 additions and 9 deletions
@ -1,13 +1,5 @@ |
|||||
var assert = require( 'assert' ); |
|
||||
|
|
||||
module.exports = { |
module.exports = { |
||||
description: 'export from does not create a local binding', |
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 |
|
||||
}; |
}; |
||||
|
|
||||
// test copied from https://github.com/esnext/es6-module-transpiler/tree/master/test/examples/export-from
|
// test copied from https://github.com/esnext/es6-module-transpiler/tree/master/test/examples/export-from
|
||||
|
Loading…
Reference in new issue