Skip to content

Commit d7548c9

Browse files
refactor: removed the redundant underfined. (#1056)
* removed the redundant underfined. * fixed linting issue --------- Co-authored-by: Cody's Dad <40604284+AceTheCreator@users.noreply.github.com>
1 parent 0ea859f commit d7548c9

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

library/src/helpers/__tests__/schema.test.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -896,12 +896,7 @@ describe('SchemaHelpers', () => {
896896

897897
test('should not render title because title is undefined', () => {
898898
expect(
899-
SchemaHelpers.applicatorSchemaName(
900-
0,
901-
FIRST_CASE,
902-
OTHER_CASES,
903-
undefined,
904-
),
899+
SchemaHelpers.applicatorSchemaName(0, FIRST_CASE, OTHER_CASES),
905900
).toMatchSnapshot();
906901

907902
expect(

0 commit comments

Comments
 (0)