Created
June 4, 2022 06:41
-
-
Save BennisonDevadoss/b41972fa1b55259e2a383326b4e3b762 to your computer and use it in GitHub Desktop.
This file contains 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