mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Fix expected return type error
This commit is contained in:
@@ -5,5 +5,5 @@ shell.git.add('.'); // $ExpectType ExecOutputReturnValue
|
||||
shell.git.commit('-am', 'Fixed issue #1'); // $ExpectType ExecOutputReturnValue
|
||||
shell.git.push('origin', 'master'); // $ExpectType ExecOutputReturnValue
|
||||
|
||||
shell.cd('string'); // $ExpectType void
|
||||
shell.cd('string'); // $ExpectType ShellString
|
||||
shell.cd(123); // $ExpectError
|
||||
|
||||
Reference in New Issue
Block a user