(
/** @type {Partial<import("../lib/dependencies/CssIcssExportDependency").CssExportEntry>} */ over
)
| 21 | ); |
| 22 | |
| 23 | const 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 | |
| 35 | describe("CssIcssExportDependency", () => { |
| 36 | it("exposes its type", () => { |
no outgoing calls
no test coverage detected