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',
|
||||
'HTMLElement',
|
||||
'NaN',
|
||||
...typedArrayTypeNames,
|
||||
] as const;
|
||||
|
||||
type ObjectTypeName = typeof objectTypeNames[number];
|
||||
|
|
|
|||
|
|
@ -456,7 +456,7 @@ const types = new Map<string, Test>([
|
|||
Number.NaN,
|
||||
],
|
||||
typename: 'NaN',
|
||||
typeDescription: AssertionTypeDescription.nan
|
||||
typeDescription: AssertionTypeDescription.nan,
|
||||
}],
|
||||
['nullOrUndefined', {
|
||||
is: is.nullOrUndefined,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue