v2
- by robbinbaauw 8/20/202000
disable setup HTML
Setup HTML
<script src="https://pastebin.com/raw/RjhbvZ2Q"></script>
disable setup JavaScript
Setup JavaScript
const { ref: refProto, toRef: toRefProto, isRef: isRefProto } = VueReactivityIsRefProto
const { ref: refField, toRef: toRefField, isRef: isRefField } = VueReactivityIsRefField

const rp = refProto(1)
const tp = toRefProto({
	a: 1
}, "a")

const rf = refField(1)
const tf = toRefField({
	a: 1
}, "a")

const obj = {
	a: 1
}
delete caserun single casemove downdrag and drop case


ready



isRefField(obj)
isRefField(rf)
isRefField(tf)
isRefField(obj)
isRefField(rf)
isRefField(0)
isRefField(tf)
isRefField(rf)

delete caserun single casemove updrag and drop case


ready



isRefProto(obj)
isRefProto(rp)
isRefProto(tp)
isRefProto(obj)
isRefProto(rp)
isRefProto(0)
isRefProto(tp)
isRefProto(rp)

Test Case - click to add another test case
Teardown JS - click to add teardown JavaScript
Output (DOM) - click to monitor output (DOM) while test is running
RUN