fix
This commit is contained in:
parent
7689d89b98
commit
dd944aac3e
2 changed files with 2 additions and 1 deletions
|
|
@ -49,6 +49,7 @@ const objectTypeNames = [
|
||||||
'URLSearchParams',
|
'URLSearchParams',
|
||||||
'HTMLElement',
|
'HTMLElement',
|
||||||
'NaN',
|
'NaN',
|
||||||
|
...typedArrayTypeNames,
|
||||||
] as const;
|
] as const;
|
||||||
|
|
||||||
type ObjectTypeName = typeof objectTypeNames[number];
|
type ObjectTypeName = typeof objectTypeNames[number];
|
||||||
|
|
|
||||||
|
|
@ -456,7 +456,7 @@ const types = new Map<string, Test>([
|
||||||
Number.NaN,
|
Number.NaN,
|
||||||
],
|
],
|
||||||
typename: 'NaN',
|
typename: 'NaN',
|
||||||
typeDescription: AssertionTypeDescription.nan
|
typeDescription: AssertionTypeDescription.nan,
|
||||||
}],
|
}],
|
||||||
['nullOrUndefined', {
|
['nullOrUndefined', {
|
||||||
is: is.nullOrUndefined,
|
is: is.nullOrUndefined,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue