/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/hash/debug-hash/index.js
8 строк
198 B
Alexander Akait
feat: added `base64url`, `base62`, `base58`, `base52`, `base49`, `base36`, `base32` and `base25` digests
26 ноя 2025, 03:34
Не верифицирован
26 ноя 2025, 03:34
a6c2f50
Код
Авторство
О чём код?
it("debug hash should works", function () { var ids = []; for(var i = 1; i <= 15; i++) { var id = require("./files/file" + i + ".js"); expect(ids.indexOf(id)).toBe(-1); ids.push(id); } });