Advertisement
Guest User

Untitled

a guest
Aug 24th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. module.exports = function(){
  2.  
  3. describe('X view:', function(){
  4. it('shoould show the X view', function(){
  5. // expectation
  6. });
  7. });
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement