back Runs on renovate/major-dev-tooling
Currently
✔ tests/e2e/core.spec.ts
✔ cancelable computation
✔ using a dedicated worker
✔ using a shared worker
! tests/e2e/once.spec.ts
! using a dedicated worker
! broadcast
! .once() - method scoped
✔ .onceBy(key) - method+key scoped
✔ global onceBy - global key scoped
! single node
! .once() - method scoped
✔ .onceBy(key) - method+key scoped
✔ global onceBy - global key scoped
! using a shared worker
! broadcast
! .once() - method scoped
✔ .onceBy(key) - method+key scoped
✔ global onceBy - global key scoped
! single node
! .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