Skip to content

Commit 4ee51d5

Browse files
committed
added an extra harmony test
1 parent 366ee00 commit 4ee51d5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/cases/parsing/harmony/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import { one, two } from "exportKinds";
99
import { test1, test2 } from "exportKinds";
1010

1111
import { a as rea, b as reb, c as rec, o as reo, two as retwo, def as Thing3 } from "reexport";
12+
import { a as rea2 } from "reexport2";
1213

1314
import threeIsOdd, { even } from "circularEven";
1415

@@ -65,6 +66,7 @@ it("should reexport a module", function() {
6566
rec.should.be.eql("c");
6667
reo.should.be.eql("one");
6768
retwo.should.be.eql("two");
69+
rea2.should.be.eql("a");
6870
});
6971

7072
it("should support circular dependencies", function() {

test/cases/parsing/harmony/node_modules/reexport2.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)