Skip to content

Commit

Permalink
covered all lines in test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
0APOCALYPSE0 committed Oct 1, 2024
1 parent e89c994 commit 0b2b277
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Conversions/test/CamelPascalToSnakeCase.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ describe('camelToSnakeCase', () => {
it.each([
['someRandomString', 'some_random_string'],
['SomeRandomStr#ng', 'some_random_str_ng'],
['_SomeRandomStr#ng', 'some_random_str_ng'],
['123someRandom123String123', '123some_random123_string123'],
['123SomeRandom123String123', '123_some_random123_string123'],
['123SomeRandom123String123', '123_some_random123_string123'],
Expand Down

0 comments on commit 0b2b277

Please sign in to comment.