MCPcopy Create free account
hub / github.com/webpack/webpack-cli / plugin.test.js

File plugin.test.js

test/create-webpack-app/plugin/plugin.test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const { existsSync, mkdirSync } = require("node:fs");
2const { join, resolve } = require("node:path");
3const { normalizeStdout, uniqueDirectoryForTest } = require("../test.utils");
4const { createPathDependentUtils } = require("../test.utils");

Callers

nothing calls this directly

Calls 7

createPathDependentUtilsFunction · 0.85
uniqueDirectoryForTestFunction · 0.85
normalizeStdoutFunction · 0.85
resolveFunction · 0.85
dataForTestsFunction · 0.70
runPromptWithAnswersFunction · 0.50
runFunction · 0.50

Tested by

no test coverage detected