webpack/test/configCases/issues/issue-3596/b.js

4 lines
90 B
JavaScript
Raw Normal View History

2016-12-14 19:03:24 +08:00
it("should not be executed", function() {
throw new Error("should not be executed");
});