test: and now correct the test for merge
All checks were successful
/ test (pull_request) Successful in 11s
All checks were successful
/ test (pull_request) Successful in 11s
This commit is contained in:
parent
3d2ee5f015
commit
29c81a09e2
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@ describe('Number Type', () => {
|
|||
assert(Number.test(3))
|
||||
assert(Number.test(NaN))
|
||||
assert(Number.test(Infinity))
|
||||
assert(Number.test("3"))
|
||||
assert(!Number.test("3"))
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue