This commit is contained in:
Alex 2020-07-17 17:13:29 +03:00
parent 52ba09c99c
commit 4f50fb07c0
2 changed files with 4 additions and 2 deletions

View file

@ -650,7 +650,7 @@ test('is.array', t => {
});
t.throws(() => {
assert.array<number>([1, '2'], is.number);
assert.array<number>([1, '2'], is.number);
});
});