mirror of https://github.com/lukechilds/rollup.git
Rich-Harris
10 years ago
1 changed files with 3 additions and 3 deletions
@ -1,6 +1,6 @@ |
|||
import value from './foo'; |
|||
import a from './foo'; |
|||
import { change } from './foo'; |
|||
|
|||
assert.equal( value, 42 ); |
|||
assert.equal( a, 42 ); |
|||
change(); |
|||
assert.equal( value, 42, 'default export should not be bound' ); |
|||
assert.equal( a, 42, 'default export should not be bound' ); |
|||
|
Loading…
Reference in new issue