forked from orbit-oss/is
Fix NaN detection in .is() (#159)
This commit is contained in:
parent
65ea91297e
commit
c408f5a268
2 changed files with 3 additions and 2 deletions
|
|
@ -454,7 +454,7 @@ const types = new Map<string, Test>([
|
|||
NaN,
|
||||
Number.NaN
|
||||
],
|
||||
typename: 'number',
|
||||
typename: 'NaN',
|
||||
typeDescription: AssertionTypeDescription.nan
|
||||
}],
|
||||
['nullOrUndefined', {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue