This commit is contained in:
TypeScript Bot
2021-05-11 14:57:01 +00:00
parent 28a4edef89
commit 733190f09b

View File

@@ -178,7 +178,15 @@ describe("range", () => {
describe("tagsToUpdate", () => {
it("works", () => {
expect(TypeScriptVersion.tagsToUpdate("3.9")).toEqual(["ts3.9", "ts4.0", "ts4.1", "ts4.2", "ts4.3", "ts4.4", "latest"]);
expect(TypeScriptVersion.tagsToUpdate("3.9")).toEqual([
"ts3.9",
"ts4.0",
"ts4.1",
"ts4.2",
"ts4.3",
"ts4.4",
"latest"
]);
});
it("allows 3.5 onwards", () => {
expect(TypeScriptVersion.tagsToUpdate("3.5")).toEqual(