We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82db5ea + 1acdfcc commit 2f9f431Copy full SHA for 2f9f431
09_palindromes/palindromes.spec.js
@@ -17,6 +17,6 @@ describe('palindromes', () => {
17
expect(palindromes('Animal loots foliated detail of stool lamina.')).toBe(true);
18
});
19
test.skip('doesn\'t just always return true', () => {
20
- expect(palindromes('ZZZZ car, a man, a maraca.')).toBe(false);
+ expect(palindromes('ZZZZ car, a man, a maracaz.')).toBe(false);
21
22
0 commit comments