UNPKG

cheke

Version:

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

8 lines (6 loc) 237 B
const notArray = require('../../src/messages/notArrayMessage'); describe('not-an-array-message', () => { test('should return `users must be an array.`', () => { expect(notArray('users')).toBe('users must be an array.'); }); });