Guest User

Untitled

a guest
Oct 19th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. import React from 'react'
  2.  
  3. import Test from 'test'
  4.  
  5. it('Should do something', () => {
  6. expect('This').toBe('To be working')
  7. })
  8.  
  9. it('Should have the accessibility attributes', () => {
  10.  
  11. })
Add Comment
Please, Sign In to add comment