Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Himenon committed Feb 4, 2024
1 parent 006cf32 commit 5555198
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/__tests__/common.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,13 @@ describe("Parseのテスト", () => {
const parser = new Module.Parser({
messageItems: messageItems,
});
// eslint-disable-next-line @typescript-eslint/no-explicit-any
expect((parser as any).validActions).toStrictEqual(["get", "create"]);
});

test("createInputCommandSyntaxList", () => {
const parser = new Module.Parser({
messageItems: messageItems,
});
// eslint-disable-next-line @typescript-eslint/no-explicit-any
expect((parser as any).parsedInputCommands).toStrictEqual([
{
command: "get release tags:string[]",
Expand Down

0 comments on commit 5555198

Please sign in to comment.