fix(computed): When no dependencies are passed in, computed does not use the cache #12857 #14859
ci.yml
on: pull_request
test
/
unit-test
49s
test
/
unit-test-windows
1m 11s
test
/
e2e-test
1m 17s
test
/
lint-and-test-dts
46s
continuous-release
1m 4s
Annotations
2 errors
|
packages/reactivity/__tests__/computed.spec.ts > reactivity/computed > manual trigger computed:
packages/reactivity/__tests__/computed.spec.ts#L1012
AssertionError: expected undefined to be 1 // Object.is equality
- Expected:
1
+ Received:
undefined
❯ packages/reactivity/__tests__/computed.spec.ts:1012:26
|
|
test / unit-test
Process completed with exit code 1.
|