mirror of https://github.com/webpack/webpack.git
4 lines
81 B
JavaScript
4 lines
81 B
JavaScript
|
it("should error", function () {
|
||
|
throw new Error("should not be executed");
|
||
|
});
|