node-efficientnet icon indicating copy to clipboard operation
node-efficientnet copied to clipboard

fix falling test app.component.spec.ts `should have as title 'playground'`

Open ntedgi opened this issue 3 years ago • 0 comments

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

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

ntedgi avatar Apr 16 '22 07:04 ntedgi