Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelDemey committed Nov 28, 2024
1 parent fa5bb8d commit 0746cbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { render, screen, fireEvent } from '@testing-library/react';
import { vi } from 'vitest';
import ExportButtons from './';

import D from '../../../deprecated-locales/build-dictionary';
import ExportButtons from './';

describe('ExportButtons Component', () => {
it('should render all buttons with the correct labels', () => {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { render, screen } from '@testing-library/react';
import { describe, it, expect } from 'vitest';
import { DocumentAsideInformation, DocumentLink } from './document-list-item';

import { Document } from '../../../../model/operations/document';
import { DocumentAsideInformation, DocumentLink } from './document-list-item';

describe('DocumentAsideInformation', () => {
it('renders language and updatedDate correctly', () => {
Expand Down

0 comments on commit 0746cbc

Please sign in to comment.