Guest User

Untitled

a guest
Jan 17th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. export default function() {
  2. describe("...", function() {
  3. it("should ...", function() {
  4. expect(true).toBeTruthy()
  5. })
  6. })
  7. }
Add Comment
Please, Sign In to add comment