Skip to content

Commit 53fc20e

Browse files
committed
adjust logging
1 parent c284254 commit 53fc20e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/core/src/test/credentials/auth.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,8 @@ describe('Auth', function () {
544544
interval: 100,
545545
truthy: true,
546546
})
547+
const statLater = await fs.stat(getCredentialsFilename())
548+
console.log('before: %O, after: %O, later: %O', statBefore, statAfter, statLater)
547549
assert.ok(credsUpdated, 'Expected credentials to be updated')
548550
})
549551
}

0 commit comments

Comments
 (0)