Fixed CI
This commit is contained in:
parent
52ba09c99c
commit
4f50fb07c0
2 changed files with 4 additions and 2 deletions
|
|
@ -650,7 +650,7 @@ test('is.array', t => {
|
|||
});
|
||||
|
||||
t.throws(() => {
|
||||
assert.array<number>([1, '2'], is.number);
|
||||
assert.array<number>([1, '2'], is.number);
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue