Skip to content

Commit

Permalink
Merge branch 'master' into blank_rem
Browse files Browse the repository at this point in the history
  • Loading branch information
AceTheCreator authored Oct 16, 2024
2 parents 9fbf74b + d7548c9 commit 7c121a8
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions library/src/helpers/__tests__/schema.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -896,21 +896,11 @@ describe('SchemaHelpers', () => {

test('should not render title because title is undefined', () => {
expect(
SchemaHelpers.applicatorSchemaName(
0,
FIRST_CASE,
OTHER_CASES,
undefined,
),
SchemaHelpers.applicatorSchemaName(0, FIRST_CASE, OTHER_CASES),
).toMatchSnapshot();

expect(
SchemaHelpers.applicatorSchemaName(
1,
FIRST_CASE,
OTHER_CASES,
undefined,
),
SchemaHelpers.applicatorSchemaName(1, FIRST_CASE, OTHER_CASES),
).toMatchSnapshot();
});

Expand Down

0 comments on commit 7c121a8

Please sign in to comment.