Skip to content

Commit

Permalink
feat: migrate a couple of jsx to tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelDemey committed Nov 6, 2024
1 parent 64f74c1 commit a5688cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import Compare from './home';
import { renderWithAppContext } from '../../../tests-utils/render';
import { locales } from '../../../tests-utils/default-values';
import Compare from './home';

describe('concepts-compare', () => {
it('renders without crashing', () => {
Expand All @@ -15,7 +14,6 @@ describe('concepts-compare', () => {
}}
notes={{ 1: {}, 2: {} }}
secondLang={false}
langs={locales}
/>,
);
});
Expand Down

0 comments on commit a5688cd

Please sign in to comment.