fixed the miss spelled the file name

This commit is contained in:
Syed Fasiuddin
2021-10-16 15:45:12 +05:30
parent 1d1729822a
commit 04fbf92480

View File

@ -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', () => {
expect(alphaNumericPlaindrome('eye')).toBe(true)