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