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 have as title 'playground'` #67

Closed ntedgi closed 1 year ago

ntedgi commented 2 years ago

change this line from expect(app.title).toEqual('playground'); to

expect(app.title).toEqual('node-efficientnet playground');