Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{ set, reactive, ref, watch, watchEffect } from
'../../../src'
2
3
describe(
'reactivity/set'
, () => {
4
it(
'should not trigger reactivity on native object member assignment'
, () => {
Callers
nothing calls this directly
Calls
5
reactive
Function · 0.90
watch
Function · 0.90
set
Function · 0.90
ref
Function · 0.90
watchEffect
Function · 0.90
Tested by
no test coverage detected