MCPcopy
hub / github.com/vuejs/core / shallowReadonly.spec.ts

File shallowReadonly.spec.ts

packages/reactivity/__tests__/shallowReadonly.spec.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { isReactive, isReadonly, readonly, shallowReadonly } from '../src'
2
3describe('reactivity/shallowReadonly', () => {
4 test('should not make non-reactive properties reactive', () => {

Callers

nothing calls this directly

Calls 10

shallowReadonlyFunction · 0.90
isReactiveFunction · 0.90
readonlyFunction · 0.90
isReadonlyFunction · 0.90
toHaveBeenWarnedMethod · 0.80
forEachMethod · 0.80
hasMethod · 0.80
testFunction · 0.50
getMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected