/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/cases/runtime/require-function/index.js
9 строк
299 B
Tobias Koppers
runtime requirement for RuntimeGlobals.moduleFactories
29 ноя 2018, 18:08
29 ноя 2018, 18:08
bf1fc17
Код
Авторство
О чём код?
__webpack_modules__; require.cache; __webpack_public_path__; 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"); });