Created
October 23, 2021 14:29
-
-
Save agusrichard/7c015befa9c94d043826aae644e421b0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 1. init code | |
export function setup() { | |
// 2. setup code | |
} | |
export default function (data) { | |
// 3. VU code | |
} | |
export function teardown(data) { | |
// 4. teardown code | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment