initial esm conversion

Signed-off-by: Brian DeHamer <bdehamer@github.com>
This commit is contained in:
Brian DeHamer
2026-02-12 15:47:39 -08:00
parent 7d7ff4475a
commit 7db33ded55
2 changed files with 1 additions and 121264 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ describe('parseSBOMFromPath', () => {
describe('when file does not exist', () => {
it('throws an error', async () => {
await expect(parseSBOMFromPath('/nonexistent/file.json')).rejects.toThrow(
/SBOM file not found/
/ENOENT/
)
})
})
Generated Vendored
-121263
View File
File diff suppressed because one or more lines are too long