Skip to content

Commit

Permalink
fix: update fe tests
Browse files Browse the repository at this point in the history
  • Loading branch information
markkaylor committed Apr 2, 2024
1 parent 0066ecd commit 2f5ef6d
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ describe('VersionHeader', () => {
data: {
title: 'Test Title',
},
meta: {
unknownAttributes: {
added: {},
removed: {},
},
},
};

it('should display the correct title and subtitle for a non-localized entry', () => {
Expand Down Expand Up @@ -130,6 +136,12 @@ describe('VersionHeader', () => {
data: {
title: 'Test Title',
},
meta: {
unknownAttributes: {
added: {},
removed: {},
},
},
};

it('should display the correct title and subtitle for a non-localized entry', () => {
Expand Down

0 comments on commit 2f5ef6d

Please sign in to comment.