Skip to content

Commit 4f28b45

Browse files
Update packages/reactivity/__tests__/readonly.spec.ts
Co-authored-by: skirtle <65301168+skirtles-code@users.noreply.github.com>
1 parent 3be87c1 commit 4f28b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/reactivity/__tests__/readonly.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ describe('reactivity/readonly', () => {
523523
})
524524
})
525525

526-
test('should able to trigger on triggerRef', () => {
526+
test('should be able to trigger with triggerRef', () => {
527527
const r = shallowRef({ a: 1 })
528528
const ror = readonly(r)
529529
let dummy

0 commit comments

Comments
 (0)