13 lines
288 B
Plaintext
13 lines
288 B
Plaintext
$ npm test
|
|
|
|
Phrase
|
|
#palindrome
|
|
✓ should return false for a non-palindrome
|
|
✓ should return true for a plain palindrome
|
|
- should return true for a mixed-case palindrome
|
|
- should return true for a palindrome with punctuation
|
|
|
|
|
|
2 passing (6ms)
|
|
2 pending
|