/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/split-chunks/hot/index.js
9 строк
230 B
Alexander Akait
test: mini css extract plugin tests
27 мар 2026, 14:15
Не верифицирован
27 мар 2026, 14:15
807a88e
Код
Авторство
О чём код?
it("should have the correct main flag", function() { var a = require("./vendor"); expect(a._main).toBe(false); expect(module.hot._main).toBe(true); }); it("should be main", function() { expect(require.main).toBe(module); });