diff --git a/scripts/test.js b/scripts/test.js index 8707ba5..1807d31 100644 --- a/scripts/test.js +++ b/scripts/test.js @@ -19,7 +19,7 @@ for (const path of files) { notFound.push(key) } } - t.ok(notFound.length === 0, `${notFound.join(', ')} were not found.`) + t.ok(notFound.length === 0, `expected all keywords found, ${notFound.join(', ') || 'none'} were missing.`) t.end() }) }