mirror of https://github.com/lukechilds/rollup.git
Rich Harris
9 years ago
3 changed files with 8 additions and 2 deletions
@ -1,5 +1,8 @@ |
|||||
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', |
||||
|
runtimeError: function ( err ) { |
||||
|
assert.ok( /foo is not defined/.test( err.message ) ); |
||||
|
} |
||||
}; |
}; |
||||
|
Loading…
Reference in new issue