UNPKG

@cyclonedx/cdxgen

Version:

Creates CycloneDX Software Bill of Materials (SBOM) from source or container image

9 lines (6 loc) 219 B
import { expect, test } from "@jest/globals"; import { collectOSCryptoLibs } from "./cbomutils.js"; test("cbom utils tests", () => { const cryptoLibs = collectOSCryptoLibs(); expect(cryptoLibs).toBeDefined(); });