test: add tests for gitUtils#6949
Conversation
|
/cc @felipecrs Currently the git utils seem to use the committer date. I think when you originally implemented it, you mentioned we should use the author date instead? I think that's a certainly valid idea. |
|
Oh, read your reasoning in #6593. Honestly, continuously amending a commit doesn't sound like a terribly common practice, but I'm fine with this way. |
|
✅ [V2] 🔨 Explore the source changes: 18cb859 🔍 Inspect the deploy log: https://app.netlify.com/sites/docusaurus-2/deploys/623853d148443500098d04a3 😎 Browse the preview: https://deploy-preview-6949--docusaurus-2.netlify.app |
|
⚡️ Lighthouse report for the changes in this PR:
Lighthouse ran on https://deploy-preview-6949--docusaurus-2.netlify.app/ |
|
Size Change: 0 B Total Size: 805 kB ℹ️ View Unchanged
|
|
Oops, forgot to check Windows status again... |
|
The tests turned out great, by the way. :) |
Motivation
Added some basic tests so this file is at least test-covered.
Have you read the Contributing Guidelines on pull requests?
Yes