Improve TS code by adding generics and removing any where applicable (#49)
This commit is contained in:
parent
55c00956f9
commit
1df2ff09ce
3 changed files with 42 additions and 45 deletions
|
|
@ -332,7 +332,7 @@ const types = new Map<string, Test>([
|
|||
]
|
||||
}],
|
||||
['infinite', {
|
||||
is: m.infinite,
|
||||
is: m.infinite,
|
||||
fixtures: [
|
||||
Infinity,
|
||||
-Infinity
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue