/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/module/simple/index.js
12 строк
239 B
Alexander Akait
test: issue 17014
03 июл 2025, 16:28
Не верифицирован
03 июл 2025, 16:28
eaeea9c
Код
Авторство
О чём код?
it("should execute as module", () => { expect( (function () { return !this; })() ).toBe(true); }); it("should be able to load a chunk", async () => { const module = await import("./chunk"); expect(module.default).toBe(42); });