node-efficientnet
node-efficientnet copied to clipboard
fix falling test app.component.spec.ts `should have as title 'playground'`
change this line
from
expect(app.title).toEqual('playground');to
expect(app.title).toEqual('node-efficientnet playground');