| 1 | import alphaNumericPalindrome from '../AlphaNumericPalindrome' |
| 2 | |
| 3 | describe('Testing the alpha numeric palindrome', () => { |
| 4 | // should return true if the given string has alphanumeric characters that are palindrome irrespective of case and symbols |
nothing calls this directly
no test coverage detected