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