/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/no-parse/array-rule/index.js
10 строк
354 B
Alexander Akait
fix(webmanifest): rewrite icon URLs at byte offsets (#21655)
10 авг 2026, 01:33
Не верифицирован
10 авг 2026, 01:33
5c5d009
Код
Авторство
О чём код?
it("should stop at the first matching rule of the array", () => { // matched by the string rule (element 0) expect(require("./not-parsed-a")).toBe("a"); // matched by the regexp rule (element 1) expect(require("./not-parsed-b")).toBe("b"); }); it("should parse a module no rule matches", () => { expect(require("./parsed")).toBe("parsed dep"); });