/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/source-map/devtool-namespace-with-source-map/src/entry-b.js
6 строк
295 B
Nitin Kumar
test: add cases for issue #18243
10 окт 2024, 18:12
10 окт 2024, 18:12
8403d30
Код
Авторство
О чём код?
it("should include webpack://library-entry-b/./src/entry-b.js in SourceMap", function() { const fs = require("fs"); const source = fs.readFileSync(__filename + ".map", "utf-8"); const map = JSON.parse(source); expect(map.sources).toContain("webpack://library-entry-b/./src/entry-b.js"); });