mirror of https://github.com/lukechilds/rollup.git
Rich Harris
9 years ago
3 changed files with 10 additions and 0 deletions
@ -0,0 +1,8 @@ |
|||
var assert = require( 'assert' ); |
|||
|
|||
module.exports = { |
|||
description: 'reports syntax error filename', |
|||
error: function ( err ) { |
|||
assert.ok( /in .+main\.js/.test( err.message ) ); |
|||
} |
|||
}; |
@ -0,0 +1 @@ |
|||
var 42 = answer; |
Loading…
Reference in new issue