MCPcopy
hub / github.com/vuejs/composition-api / set.spec.ts

File set.spec.ts

test/v3/reactivity/set.spec.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { set, reactive, ref, watch, watchEffect } from '../../../src'
2
3describe('reactivity/set', () => {
4 it('should not trigger reactivity on native object member assignment', () => {

Callers

nothing calls this directly

Calls 5

reactiveFunction · 0.90
watchFunction · 0.90
setFunction · 0.90
refFunction · 0.90
watchEffectFunction · 0.90

Tested by

no test coverage detected