Files
learn_enough_javascript_cod…/Listing_8.10.text
T
2022-01-12 14:58:42 -08:00

23 lines
491 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
1) should return true for a palindrome with punctuation
3 passing (8ms)
1 failing
1) Phrase
#palindrome
should return true for a palindrome with punctuation:
AssertionError [ERR_ASSERTION]: false == true
+ expected - actual
-false
+true