Skip to content

Commit

Permalink
Jas config api for client-js
Browse files Browse the repository at this point in the history
  • Loading branch information
barv-jfrog committed Sep 26, 2024
1 parent 618b106 commit b5161b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests/Xray/XraySummaryClient.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ describe('Xray summary tests', () => {
const license: ILicense = licenses[0];
expect(license.name).toBe('MIT');
expect(license.full_name).toBe('MIT License');
expect(license.more_info_url.length).toBeGreaterThanOrEqual(4);
expect(license.more_info_url.length).toBeGreaterThanOrEqual(3);
expect(license.components.length).toBe(1);
expect(license.components[0]).toBe('npm://js-yaml:3.10.0');
});
Expand Down

0 comments on commit b5161b1

Please sign in to comment.