MCPcopy
hub / github.com/webpack/webpack / entry

Function entry

test/CssIcssExportDependency.unittest.js:23–33  ·  view source on GitHub ↗
(
	/** @type {Partial<import("../lib/dependencies/CssIcssExportDependency").CssExportEntry>} */ over
)

Source from the content-addressed store, hash-verified

21 );
22
23const entry = (
24 /** @type {Partial<import("../lib/dependencies/CssIcssExportDependency").CssExportEntry>} */ over
25) => ({
26 name: "a",
27 value: "a",
28 range: undefined,
29 interpolate: false,
30 exportMode: EXPORT_MODE.REPLACE,
31 exportType: EXPORT_TYPE.NORMAL,
32 ...over
33});
34
35describe("CssIcssExportDependency", () => {
36 it("exposes its type", () => {

Calls

no outgoing calls

Tested by

no test coverage detected