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

          expect(() => {