We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c49ad90 commit 0959a49Copy full SHA for 0959a49
src/utils/git.test.ts
@@ -32,7 +32,7 @@ describe('getOwnerRepo', () => {
32
});
33
34
describe('getHeadSha', () => {
35
- it('should extract a GitHub owner and repo from Git remotes', async () => {
+ it('should extract a commit hash from the Git log', async () => {
36
const result = await getHeadSha(dir);
37
expect(result).toBe('cdd335a418c3dc6804be1c642b19bb63437e2cad');
38
0 commit comments