Closed this issue 3 years ago · 1 comments
change lines
from:
expect(compiled.querySelector('.content span').textContent).toContain( 'playground app is running!' );
to:
expect(compiled.querySelector('.github-fork-ribbon').textContent).toContain( 'Fork me on GitHub' );
Hi, I'd like to try this!