Merge branch 'main' into esm
This commit is contained in:
commit
7689d89b98
2 changed files with 4 additions and 4 deletions
|
|
@ -455,8 +455,8 @@ const types = new Map<string, Test>([
|
|||
NaN, // eslint-disable-line unicorn/prefer-number-properties
|
||||
Number.NaN,
|
||||
],
|
||||
typename: 'number',
|
||||
typeDescription: AssertionTypeDescription.nan,
|
||||
typename: 'NaN',
|
||||
typeDescription: AssertionTypeDescription.nan
|
||||
}],
|
||||
['nullOrUndefined', {
|
||||
is: is.nullOrUndefined,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue