Skip to content

Commit

Permalink
Improve test message
Browse files Browse the repository at this point in the history
  • Loading branch information
muan committed Mar 28, 2024
1 parent f30412f commit 0e7aca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
})
}

0 comments on commit 0e7aca3

Please sign in to comment.