webpack/test/configCases/library/invalid-name/index.js

4 lines
81 B
JavaScript

it("should error", function () {
throw new Error("should not be executed");
});