Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/JavaScript
/ isPalindromeIntegerNumber.test.js
File
isPalindromeIntegerNumber.test.js
Maths/test/isPalindromeIntegerNumber.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ isPalindromeIntegerNumber } from
'../isPalindromeIntegerNumber'
2
3
describe(
'isPalindromeIntegerNumber'
, () => {
4
it(
'expects to return true when length of input is 1'
, () => {
Callers
nothing calls this directly
Calls
1
isPalindromeIntegerNumber
Function · 0.90
Tested by
no test coverage detected