Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Certain shapes of Observer behavior can cause an uncought error in Marbizer.marblize #406

Open
bulldog98 opened this issue Sep 21, 2022 · 0 comments

Comments

@bulldog98
Copy link
Contributor

bulldog98 commented Sep 21, 2022

If you pass in, which I managed to find out in a test case of mine, it passes -3 into repeat.

it('should work', () => {
  const values = { a: 1, b: 2, c: 3, d: 4 }
  const base = merge(cold('-ac', values), cold('-bd', values));

  expect(base).toBeObservable(cold('-(ab)(cd)', values))
})

is a minimal example how that is achieved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant