Skip to content

Commit 3838771

Browse files
chore: apply automated updates
1 parent 4149add commit 3838771

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/main.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ describe("runMain", () => {
3939

4040
it("shows version with flag `--version` with meta specified as async function", async () => {
4141
const command = defineCommand({
42-
// eslint-disable-next-line unicorn/no-useless-promise-resolve-reject, require-await
42+
// eslint-disable-next-line unicorn/no-useless-promise-resolve-reject
4343
meta: async () => Promise.resolve({ version: "1.0.0" }),
4444
});
4545

@@ -87,7 +87,6 @@ describe("runMain", () => {
8787
},
8888
});
8989

90-
// eslint-disable-next-line require-await, unicorn/consistent-function-scoping
9190
const customUsage: typeof showUsage = async () => {
9291
consola.log("Custom usage");
9392
};

0 commit comments

Comments
 (0)