mirror of
https://github.com/actions/setup-go.git
synced 2025-06-30 05:03:43 +00:00
Work on resolving comments (#3)
* fix comments * formatting Co-authored-by: Dmitry Shibanov <v-dmshib@microsoft.com>
This commit is contained in:
parent
60dce67d9a
commit
85b6f5f43e
4 changed files with 47 additions and 41 deletions
|
@ -67,7 +67,7 @@ describe('setup-go', () => {
|
|||
|
||||
// writes
|
||||
cnSpy = jest.spyOn(process.stdout, 'write');
|
||||
logSpy = jest.spyOn(console, 'log');
|
||||
logSpy = jest.spyOn(core, 'info');
|
||||
dbgSpy = jest.spyOn(core, 'debug');
|
||||
getSpy.mockImplementation(() => <im.IGoVersion[] | null>goJsonData);
|
||||
cnSpy.mockImplementation(line => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue