/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/module/node-globals/index.js
10 строк
287 B
Alexander Akait
test: issue 17014
03 июл 2025, 16:28
Не верифицирован
03 июл 2025, 16:28
eaeea9c
Код
Авторство
О чём код?
import { dir, dir2, file } from './cjs/file.js' it("should generate correct __dirname", () => { expect(dir).toMatch(/[\\/]node-globals$/); expect(dir2).toMatch(/[\\/]node-globals\/$/); }); it("should generate correct __filename", () => { expect(file).toMatch(/[\\/]main.mjs$/); });