Skip to content

Commit 47354dd

Browse files
authored
fix test case
1 parent bbb3a31 commit 47354dd

File tree

1 file changed

+1
-1
lines changed
  • test/cases/parsing/harmony-export-import-specifier

1 file changed

+1
-1
lines changed

test/cases/parsing/harmony-export-import-specifier/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
import {x, y} from "./a";
44

55
it("namespace export as from commonjs should override named export", function() {
6-
x.should.be.eql(2);
6+
x.should.be.eql(1);
77
y.should.be.eql(3);
88
});

0 commit comments

Comments
 (0)