mirror of https://github.com/lukechilds/rollup.git
Rich-Harris
9 years ago
2 changed files with 1 additions and 8 deletions
@ -1,4 +1,3 @@ |
|||||
module.exports = { |
module.exports = { |
||||
skip: true, |
|
||||
description: 'it does static lookup optimization of internal namespaces' |
description: 'it does static lookup optimization of internal namespaces' |
||||
}; |
}; |
||||
|
@ -1,13 +1,7 @@ |
|||||
var assert = require( 'assert' ); |
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