UNPKG

miniprogram-setup

Version:
17 lines (13 loc) 271 B
import { PageWithSetupForTesting } from '@tests/utils/convertingPageToComponent' PageWithSetupForTesting({ setup() { let count = 0 const increment = () => { count++ } return () => ({ count, increment, }) }, })