Skip to content

Commit

Permalink
test(create-plugin): add argv mock to config tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jackw committed Jul 2, 2024
1 parent a397597 commit 73682e3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { DEFAULT_FEATURE_FLAGS } from '../../constants.js';
const mocks = vi.hoisted(() => {
return {
commandName: 'generate',
argv: {},
};
});

Expand Down

0 comments on commit 73682e3

Please sign in to comment.