Skip to content

Instantly share code, notes, and snippets.

@BennisonDevadoss
Created June 4, 2022 06:41
Show Gist options
  • Save BennisonDevadoss/b41972fa1b55259e2a383326b4e3b762 to your computer and use it in GitHub Desktop.
Save BennisonDevadoss/b41972fa1b55259e2a383326b4e3b762 to your computer and use it in GitHub Desktop.
// 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