UNPKG

cheke

Version:

Express request validator with object's style response body and inspired by Laravel's Validator

8 lines (6 loc) 249 B
const notInteger = require('../../src/messages/notIntegerMessage'); describe('not-an-integer-message', () => { test('should return The age must be an integer.', () => { expect(notInteger('age')).toBe('The age must be an integer.'); }); });