UNPKG

jest-standard-reporter

Version:

Jest reporter that uses stdout for messages and stderr for errors

4 lines (2 loc) 109 B
const pluralize = (word, count) => `${count} ${word}${count === 1 ? '' : 's'}`; module.exports = pluralize;