Skip to content

Commit

Permalink
Update packages/typescript-versions/test/index.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey authored Nov 6, 2024
1 parent bb8c6fa commit 18c0818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/typescript-versions/test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ describe("range", () => {
it("works", () => {
expect(TypeScriptVersion.range("5.0")).toEqual(["5.0", "5.1", "5.2", "5.3", "5.4", "5.5", "5.6", "5.7", "5.8"]);
});
it("includes 4.8 onwards", () => {
it("includes 4.9 onwards", () => {
expect(TypeScriptVersion.range("4.9")).toEqual(TypeScriptVersion.supported);
});
});
Expand Down

0 comments on commit 18c0818

Please sign in to comment.