v1
8/15/2020 by robbinbaauw -00
disable setup HTML
Setup HTML
<script src="https://pastebin.com/raw/VGdL7z74"></script>
disable setup JavaScript
Setup JavaScript
const factory = (track, trigger) => ({
	get: () => {
		track();
		return 1;
	},
	set: () => {
		trigger();
		return 1;
	}
})

const { customRef: vueCustomRef } = VueReactivity
const r1 = vueCustomRef(factory)

const { customRef: classCustomRef } = VueReactivityRefClass
const r2 = classCustomRef(factory)
delete caserun single casemove downdrag and drop case


ready



r1.value++
r1.value


delete caserun single casemove updrag and drop case


ready



r2.value++
r2.value
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