Skip to content

Commit

Permalink
misc: drop outdated test
Browse files Browse the repository at this point in the history
  • Loading branch information
ComradeVanti committed Oct 25, 2023
1 parent edb8b51 commit b87bea4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/test-core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,12 +322,6 @@ describe("cmd-core.ts", function () {
assert(version !== undefined);
version.should.equal("1.0.0");
});
it("not found", async function () {
(
getLatestVersion({ versions: { "1.0.0": "patch" } }) === undefined
).should.be.ok();
(getLatestVersion({}) === undefined).should.be.ok();
});
});
describe("parseEditorVersion", function () {
it("test null", function () {
Expand Down

0 comments on commit b87bea4

Please sign in to comment.