Skip to content

Commit

Permalink
test: fix unit test stub
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardfoyle committed Apr 23, 2021
1 parent d890f86 commit 83d81f8
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ describe('run', () => {
amplify: {
getTags: jest.fn(),
},
input: {
options: '--yes',
command: 'init',
},
};
CloudFormation_mock.mockImplementation(
() =>
Expand Down

0 comments on commit 83d81f8

Please sign in to comment.