mirror of https://github.com/lukechilds/rollup.git
3 changed files with 7 additions and 1 deletions
@ -0,0 +1,3 @@ |
|||||
|
module.exports = { |
||||
|
description: 'allows top-level block' |
||||
|
}; |
@ -0,0 +1,3 @@ |
|||||
|
{ |
||||
|
assert.equal( 1 + 1, 2 ); |
||||
|
} |
Loading…
Reference in new issue