added filter option & tests

This commit is contained in:
Finley Garton 2023-06-30 17:12:38 +01:00
parent 96f53100ba
commit 99fc22de1f
No known key found for this signature in database
GPG key ID: 8D1E50A9A9B1C522
7 changed files with 46 additions and 1 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.filter).toBe(undefined)
expect(settings.sparseCheckout).toBe(undefined)
expect(settings.sparseCheckoutConeMode).toBe(true)
expect(settings.fetchDepth).toBe(1)