mirror of
https://github.com/10h30/odin-javascript-exercises.git
synced 2026-06-05 15:09:09 +09:00
Merge branch 'main' into km-testing-jest-2
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const palindromes = function() {
|
||||
const palindromes = function () {};
|
||||
|
||||
};
|
||||
|
||||
|
||||
@@ -19,5 +19,4 @@ describe('palindromes', () => {
|
||||
test.skip('doesn\'t just always return true', () => {
|
||||
expect(palindromes('ZZZZ car, a man, a maraca.')).toBe(false);
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user