Guest User

Untitled

a guest
Nov 22nd, 2017
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. import quantumSignUp from '../src/quantumSignUp';
  2.  
  3. describe('when a user clicks submit on a signup form', () => {
  4. it('should create a new user and show an error and send a failure email and send a success email', () => {
  5. quantumSignUp.signUp(user);
  6. });
  7. });
Add Comment
Please, Sign In to add comment