less strict on inputs
This commit is contained in:
parent
6c957533d6
commit
8197f9d704
2 changed files with 1 additions and 13 deletions
test
|
@ -26,7 +26,7 @@ const u = require('./payments.utils')
|
|||
})
|
||||
|
||||
fixtures.invalid.forEach(function (f) {
|
||||
it('throws ' + (f.description || f.exception), function () {
|
||||
it('throws ' + f.exception + (f.description ? ('for ' + f.description) : ''), function () {
|
||||
const args = u.preform(f.arguments)
|
||||
|
||||
assert.throws(function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue