describe('NoneSelector', () => {
  describe('#includesAtom(atom)', () => {
    it('excludes some not specific atom', () => {
      const none = new NoneSelector()
      expect(none.includesAtom(atom)).to.equal(false)