mirror of https://github.com/webpack/webpack.git
4 lines
112 B
JavaScript
4 lines
112 B
JavaScript
|
it("provides mode to loaders when the option is 'none'", function() {
|
||
|
expect(require("./a")).toBe("none");
|
||
|
});
|