mirror of https://github.com/webpack/webpack.git
6 lines
177 B
JavaScript
6 lines
177 B
JavaScript
|
it("should emit the correct errors and warnings", function() {
|
||
|
require("./error-loader?abc!./a");
|
||
|
require("./error-loader?def!./a");
|
||
|
require("./warning-loader?xyz!./a");
|
||
|
});
|