webpack/test/cases/errors/loader-error-warning/index.js

6 lines
177 B
JavaScript
Raw Permalink Normal View History

it("should emit the correct errors and warnings", function() {
require("./error-loader?abc!./a");
require("./error-loader?def!./a");
require("./warning-loader?xyz!./a");
});