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
View File
@@ -19,5 +19,4 @@ describe('snakeCase', () => {
test.skip('works with WTF case', () => {
expect(snakeCase('SnAkE..CaSe..Is..AwEsOmE')).toEqual('snake_case_is_awesome');
});
});