We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbb3a31 commit 47354ddCopy full SHA for 47354dd
test/cases/parsing/harmony-export-import-specifier/index.js
@@ -3,6 +3,6 @@
3
import {x, y} from "./a";
4
5
it("namespace export as from commonjs should override named export", function() {
6
- x.should.be.eql(2);
+ x.should.be.eql(1);
7
y.should.be.eql(3);
8
});
0 commit comments