it(`should have <Number>step property`, (done) => {
        const propName = `step`
        const state$ = model({})
        state$.subscribe(state => {
          expect(state).to.have.ownProperty(propName)