store.state.pipe(
      skip(1)
    ).subscribe((state) => {
      assert.equal(state.foo, "AB");
      done();