We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d17298 commit 04fbf92Copy full SHA for 04fbf92
String/test/AlphaNumericPalindrome.test.js
@@ -1,4 +1,4 @@
1
-import { alphaNumericPlaindrome } from '../AlphanumericPalindrome'
+import { alphaNumericPlaindrome } from '../AlphaNumericPalindrome'
2
3
test('should return true if the given string has alphanumeric characters that are palindrom irrespective of case and symbols', () => {
4
expect(alphaNumericPlaindrome('eye')).toBe(true)
0 commit comments