/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/parsing/node-source-plugin-off/index.js
3 строки
123 B
Florent Cailhol
Do not polyfill node bindings by default
07 дек 2018, 10:58
07 дек 2018, 10:58
002128c
Код
Авторство
О чём код?
it("should not load node bindings when node option is false", function() { expect((typeof global)).toBe("undefined"); });