it('should be false when containing variables', function () {
      const f = new Expression('a+b')
      void expect(f.constant).to.be.false
    })