Currently
✔ tests/e2e/core.spec.ts
✔ cancelable computation
✔ using a dedicated worker
✔ using a shared worker
✘ tests/e2e/once.spec.ts
✘ using a shared worker
✔ single node
✔ .once() - method scoped
✔ .onceBy(key) - method+key scoped
✔ global onceBy - global key scoped
✘ broadcast
✘ .once() - method scoped
✔ .onceBy(key) - method+key scoped
✔ global onceBy - global key scoped
! using a dedicated worker
! single node
! .once() - method scoped
✔ .onceBy(key) - method+key scoped
✔ global onceBy - global key scoped
✔ broadcast
✔ .once() - method scoped
✔ .onceBy(key) - method+key scoped
✔ global onceBy - global key scoped
~ tests/e2e/parallelization.spec.ts
~ parallel computation
✔ using a shared worker
~ using a dedicated worker