()
| 1509 | TrueBranch: { |
| 1510 | name: 'TrueBranch', |
| 1511 | setup() { |
| 1512 | onUnmounted(unmountSpy) |
| 1513 | const count = ref(0) |
| 1514 | return () => h('div', count.value) |
| 1515 | }, |
| 1516 | }, |
| 1517 | }, |
| 1518 | setup: () => { |
nothing calls this directly
no test coverage detected