mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-06 01:18:23 +08:00
fixed the miss spelled the file name
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
import { alphaNumericPlaindrome } from '../AlphanumericPalindrome'
|
import { alphaNumericPlaindrome } from '../AlphaNumericPalindrome'
|
||||||
|
|
||||||
test('should return true if the given string has alphanumeric characters that are palindrom irrespective of case and symbols', () => {
|
test('should return true if the given string has alphanumeric characters that are palindrom irrespective of case and symbols', () => {
|
||||||
expect(alphaNumericPlaindrome('eye')).toBe(true)
|
expect(alphaNumericPlaindrome('eye')).toBe(true)
|
||||||
|
Reference in New Issue
Block a user