Merge branch 'origin/master' into 'jest'

This commit is contained in:
Marvin Gay
2021-05-12 21:45:11 -04:00
16 changed files with 129 additions and 122 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');
});
});