webpack/test/configCases/parsing/extended-api/index.js

4 lines
154 B
JavaScript
Raw Normal View History

2014-08-25 15:50:26 +08:00
it("should have __webpack_hash__", function() {
(typeof __webpack_hash__).should.be.type("string");
__webpack_hash__.should.match(/^[0-9a-f]{20}$/);
});