/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/cases/parsing/declared-api/index.js
3 строки
100 B
Tobias Koppers
fix incorrect parsing of define functions
11 фев 2021, 13:18
11 фев 2021, 13:18
0c4e157
Код
Авторство
О чём код?
it("should not replace declared variables", () => { expect(require("./module")).toBe(42 + 42); });