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

4 lines
81 B
JavaScript
Raw Normal View History

2021-01-06 22:01:59 +08:00
it("should error", function () {
throw new Error("should not be executed");
});