mirror of https://github.com/webpack/webpack.git
4 lines
96 B
JavaScript
4 lines
96 B
JavaScript
|
it("should define global object with property", function() {
|
||
|
expect(a["b"]).toBeDefined();
|
||
|
});
|