webpack/test/configCases/parsing/issue-336/index.js

4 lines
119 B
JavaScript

it("should provide a module to a free var in a var decl", function() {
var x = aaa.test;
x.should.be.eql("test");
});