Skip to content

Commit

Permalink
fixup! feat: function inspect all
Browse files Browse the repository at this point in the history
  • Loading branch information
danewalters committed Sep 12, 2024
1 parent b81c7f8 commit 8bfa180
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/subcommands/function/inspect/action_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ describe("inspect", () => {

await api.fs.mkdir("functions/main");
await api.fs.mkdir("functions/my_func");
await api.fs.mkdir("functions/_core");
await pushFunctionaction({ onlyFunctions: true });
});

Expand Down

0 comments on commit 8bfa180

Please sign in to comment.