Skip to content

Instantly share code, notes, and snippets.

@qunabu
Created November 26, 2020 10:37
Show Gist options
  • Save qunabu/f6547525fa1844631d532eeb5272780f to your computer and use it in GitHub Desktop.
Save qunabu/f6547525fa1844631d532eeb5272780f to your computer and use it in GitHub Desktop.
it("should add a user in memory", () => {
userManager.addUser("Dr. Falker", "Joshua");
expect(userManager.loginUser("Dr. Falker", "Joshua")).toBe(true);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment