Skip to content

Commit 2715a97

Browse files
author
Murat Mehmet
committed
test: fix test
1 parent 7550fd1 commit 2715a97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/__tests__/unit/upgrade-cli.spec.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ process.argv.splice(0, process.argv.length);
1010
describe('upgrade-cli', () => {
1111
it('should exist', () => {
1212
options.get = jest.fn(() => ({
13-
debug: false,
13+
verbose: false,
14+
interactive: false,
1415
manual: true,
1516
}));
1617
mockSpawn.mockImplementationOnce(() => ({

0 commit comments

Comments
 (0)