We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acb050b commit 0bd3854Copy full SHA for 0bd3854
test/functional/inherited-validation.spec.ts
@@ -56,7 +56,7 @@ describe('inherited validation', () => {
56
expect(errors[0].property).toEqual('title');
57
expect(errors[0].constraints).toEqual({
58
minLength: 'title must be longer than or equal to 5 characters',
59
- contains: 'title must contain a hello string' ,
+ contains: 'title must contain a hello string',
60
});
61
expect(errors[0].value).toEqual('helo');
62
0 commit comments