state$.subscribe(state => {
          expect(state).to.be.an(`object`)
          done()
        })