ntedgi / node-efficientnet

tensorflowJS implementation of EfficientNet 🚀
https://www.npmjs.com/package/node-efficientnet
MIT License
257 stars 37 forks source link

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

Closed ntedgi closed 2 years ago

ntedgi commented 2 years ago

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'
    );
4nxi0uss commented 2 years ago

Hi, I'd like to try this!