Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Caballerog/52069a3becf74332ae68124a2773de4a to your computer and use it in GitHub Desktop.
Save Caballerog/52069a3becf74332ae68124a2773de4a to your computer and use it in GitHub Desktop.
export const USERS = {
ADMIN: {
email: "admin@example.com",
password: "admin",
},
USER: {
email: "user@example.com",
password: "user",
},
};
export const REQUEST_PER_MINUTE = 2;
export const WAIT_TIME = 60_000;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment