feat: updated test for sparse-checkout

This commit is contained in:
Daniel 2023-05-02 19:41:38 +02:00
parent 5bd25a5859
commit d963058cca
3 changed files with 4 additions and 0 deletions

View file

@ -79,6 +79,7 @@ describe('input-helper tests', () => {
expect(settings.clean).toBe(true)
expect(settings.commit).toBeTruthy()
expect(settings.commit).toBe('1234567890123456789012345678901234567890')
expect(settings.sparseCheckout).toBe(undefined)
expect(settings.fetchDepth).toBe(1)
expect(settings.lfs).toBe(false)
expect(settings.ref).toBe('refs/heads/some-ref')