describe('getIsSecretInUse', () => {
  it('should return false when no resources reference the secret', () => {
    const secret: Secret = {
      metadata: { name: 'my-secret', namespace: 'default' },
    };