ntedgi/node-efficientnet

fix falling test app.component.spec.ts `should render title`

Closed this issue · 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!