mirror of https://github.com/webpack/webpack.git
4 lines
119 B
JavaScript
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");
|
||
|
|
});
|