Skip to content

Commit

Permalink
test jdk 17
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Nov 26, 2023
1 parent 0763415 commit d88131d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ describe("Install", () => {
return njre.install(14, { os: "linux" });
}).timeout(100000);

it("should install JDK 17 without throwing an error", () => {
return njre.install(17, { type: "jdk" });
}).timeout(100000);

it("should install JRE 20 from Eclipse Foundation without throwing an error", () => {
return njre.install(20, { vendor: "eclipse" });
}).timeout(100000);
Expand Down

0 comments on commit d88131d

Please sign in to comment.