You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change enables calling the `isClean` method from `git.status` without the `StatusSummary` context (ie: when destructured):
```typescript
const { isClean } = await simpleGit().status();
expect( isClean() ).toBe( true );
```
0 commit comments