Compare commits

..

2 commits

Author SHA1 Message Date
Yang Zhao (he/him)
6b99d6646a
Merge 3fb169a615 into 85e6279cec 2025-03-05 16:16:31 -08:00
Yang Zhao
3fb169a615 Add objectFormat setting to allow init()ing a repo with sha256 2025-03-05 16:15:51 -08:00

View file

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