MCPcopy 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

1import { palindrome } from '../Palindrome'
2
3describe('Palindrome', () => {
4 it('expects to return true for palindrome string', () => {

Callers

nothing calls this directly

Calls 1

palindromeFunction · 0.90

Tested by

no test coverage detected