/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/plugins/source-map-dev-tool-plugin-append-function/index.js
6 строк
304 B
Nitin Kumar
refactor: use ES6 syntax
24 май 2023, 08:49
24 май 2023, 08:49
8730e44
Код
Авторство
О чём код?
it("should have [file] replaced with chunk filename in append", function() { const fs = require("fs"), path = require("path"); const source = fs.readFileSync(path.join(__dirname, "some-test.js"), "utf-8"); expect(source).toMatch("//# sourceMappingURL=http://localhost:50505/some-test.js.map"); });