webpack/test/cases/compile/error-hide-stack/index.js

6 lines
113 B
JavaScript
Raw Normal View History

2014-08-04 04:30:43 +08:00
it("should hide stack in details", function() {
(function f() {
require("./loader!");
}).should.throw();
});