mirror of https://github.com/lukechilds/rollup.git
Oskar Segersvärd
8 years ago
5 changed files with 5 additions and 5 deletions
@ -1,5 +1,5 @@ |
|||||
'use strict'; |
'use strict'; |
||||
|
|
||||
var foo = function() { return 'foo'; } |
var foo = function() { return 'foo'; }; |
||||
|
|
||||
assert.equal( foo(), 'foo' ); |
assert.equal( foo(), 'foo' ); |
||||
|
@ -1,3 +1,3 @@ |
|||||
var foo = function() { return 'foo'; } |
var foo = function() { return 'foo'; }; |
||||
|
|
||||
assert.equal( foo(), 'foo' ); |
assert.equal( foo(), 'foo' ); |
||||
|
Loading…
Reference in new issue