mirror of
https://github.com/10h30/odin-javascript-exercises.git
synced 2026-06-05 15:09:09 +09:00
Merge branch 'origin/master' into 'jest'
This commit is contained in:
@@ -19,5 +19,4 @@ describe('snakeCase', () => {
|
||||
test.skip('works with WTF case', () => {
|
||||
expect(snakeCase('SnAkE..CaSe..Is..AwEsOmE')).toEqual('snake_case_is_awesome');
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user