webpack/test/cases/runtime/require-function/index.js

6 lines
237 B
JavaScript

it("should have correct properties on the require function", function() {
expect(__webpack_require__.c).toBeTypeOf("object");
expect(__webpack_require__.m).toBeTypeOf("object");
expect(__webpack_require__.p).toBeTypeOf("string");
});