describe('AllSelector', () => {
  describe('#includesAtom(atom)', () => {
    it('includes some not specific atom', () => {
      const all = new AllSelector()
      expect(all.includesAtom(atom)).to.equal(true)