Created
June 4, 2022 06:41
-
-
Save BennisonDevadoss/b41972fa1b55259e2a383326b4e3b762 to your computer and use it in GitHub Desktop.
Revisions
-
BennisonDevadoss created this gist
Jun 4, 2022 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ // 1. init code export function setup() { // 2. setup code } export default function (data) { // 3. VU code } export function teardown(data) { // 4. teardown code }