describe('when there are missing attributes and messages', () => {
        it('fails', () => {
          const user = new User({ name: '$', age: -42 });

          expect(() => {