/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/errors/multi-entry-missing-module/index.js
9 строк
338 B
Ryuya
chore: update Jest to `v30` (#19604)
12 июн 2025, 15:17
Не верифицирован
12 июн 2025, 15:17
574a887
Код
Авторство
О чём код?
it("should ignore missing modules as entries", function() { // a.js and b.js should be evaluated correctly }); it("should use WebpackMissingModule when evaluating missing modules", function() { expect(function() { require("./intentionally-missing-module"); }).toThrow("Cannot find module './intentionally-missing-module'"); });