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