Skip to content

Instantly share code, notes, and snippets.

@slawekradzyminski
Created March 6, 2022 13:19
Show Gist options
  • Save slawekradzyminski/6f78ae853120ce60d11b63dca9f208f8 to your computer and use it in GitHub Desktop.
Save slawekradzyminski/6f78ae853120ce60d11b63dca9f208f8 to your computer and use it in GitHub Desktop.
export default function () {
const user = getUser()
register(user)
sleep(3)
const token = login(user)
sleep(3)
getAllUsers(token)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment