fix tests and change to dirname

This commit is contained in:
Dmitry Shibanov 2022-02-24 11:29:47 +03:00
commit 865dc0ce0e
4 changed files with 5058 additions and 5058 deletions

View file

@ -85,7 +85,7 @@ describe('setup-go', () => {
});
logSpy.mockImplementation(line => {
// uncomment to debug
process.stderr.write('log:' + line + '\n');
// process.stderr.write('log:' + line + '\n');
});
dbgSpy.mockImplementation(msg => {
// uncomment to see debug output