nrwl/nx-workshop

test fails after lab 2 - Expected: "store" / Received: "Board Game Hoard"

Closed this issue · 1 comments

need to assert against the title Board Game Hoard in the .spec:

 FAIL   store  apps/store/src/app/app.component.spec.ts
  ● AppComponent › should have as title 'store'

    expect(received).toEqual(expected) // deep equality

    Expected: "store"
    Received: "Board Game Hoard"

      21 |     const fixture = TestBed.createComponent(AppComponent)
      22 |     const app = fixture.componentInstance
    > 23 |     expect(app.title).toEqual('store')
         |                       ^
      24 |   })
      25 |
      26 |   it('should render title', () => {

Same as #27