Compare commits

..

2 commits

Author SHA1 Message Date
Yang Zhao (he/him)
4922782478
Merge b9de40a228 into 85e6279cec 2025-03-06 00:26:00 +00:00
Yang Zhao
b9de40a228 Add objectFormat setting to allow init()ing a repo with sha256 2025-03-05 16:25:51 -08:00

View file

@ -376,7 +376,7 @@ describe('Test fetchDepth and fetchTags options', () => {
)
})
it('should call execGit wiwth the correct arguments when sha256 is used', async () => {
it('should call execGit with the correct arguments when sha256 is used', async () => {
jest.spyOn(exec, 'exec').mockImplementation(mockExec)
const workingDirectory = 'test'