mirror of https://github.com/lukechilds/rollup.git
Rich Harris
10 years ago
6 changed files with 5 additions and 2 deletions
@ -1,4 +1,4 @@ |
|||
import Point from './exporter'; |
|||
import Point from './point'; |
|||
|
|||
assert.strictEqual(new Point(1, 2).x, 1); |
|||
assert.strictEqual(new Point(1, 2).y, 2); |
|||
|
@ -1,5 +1,6 @@ |
|||
module.exports = { |
|||
description: 'imports a namespace from an internal module' |
|||
description: 'imports a namespace from an internal module', |
|||
// solo: true
|
|||
}; |
|||
|
|||
// test copied from https://github.com/esnext/es6-module-transpiler/tree/master/test/examples/namespaces
|
Loading…
Reference in new issue