correct failing test unit
This commit is contained in:
parent
5faef796d4
commit
def4351179
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ export const EnumerableFrom = [
|
|||
}),
|
||||
|
||||
it('from invalid should error', () => {
|
||||
const expected = /is not enumerable/g
|
||||
const expected = new TypeError('value is not enumerable')
|
||||
|
||||
assertErr(() => {
|
||||
Enumerable.from(1)
|
||||
|
|
Loading…
Add table
Reference in a new issue