Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. it('group of components test', function () {
  2. const html = app.runHtml(`<div>
  3. <my-first-component></my-first-component>
  4. <my-second-component></my-second-component>
  5. </div>`);
  6.  
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement