Merge branch 'main' into km-testing-jest-2

This commit is contained in:
Marvin Gay
2021-05-17 18:56:52 -04:00
committed by GitHub
6 changed files with 17 additions and 21 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const palindromes = function() {
const palindromes = function () {};
};
-1
View File
@@ -19,5 +19,4 @@ describe('palindromes', () => {
test.skip('doesn\'t just always return true', () => {
expect(palindromes('ZZZZ car, a man, a maraca.')).toBe(false);
});
});