mirror of https://github.com/webpack/webpack.git
4 lines
154 B
JavaScript
4 lines
154 B
JavaScript
|
it("should have __webpack_hash__", function() {
|
||
|
(typeof __webpack_hash__).should.be.type("string");
|
||
|
__webpack_hash__.should.match(/^[0-9a-f]{20}$/);
|
||
|
});
|