bump braces from 3.0.2 to 3.0.3

This commit is contained in:
HarithaVattikuti 2024-06-26 17:31:54 -05:00
parent d70e50d8e0
commit 0c30834e35
5 changed files with 522 additions and 91 deletions

View file

@ -115,7 +115,8 @@ describe('findPackageForDownload', () => {
const expectedUrl = `https://download.oracle.com/java/18/archive/jdk-18_${osType}-${distroArch}_bin.${archiveType}`;
expect(result.url).toBe(expectedUrl);
}
},
10000
);
it('should throw an error', async () => {