Skip to content

Commit

Permalink
chore(react): clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-in-a-box committed Jul 10, 2024
1 parent 45bb4da commit f4da38b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// @flow

import React from 'react';
import React, { act } from 'react';
import { IntlProvider } from 'react-intl';
import { act, fireEvent, render, screen } from '@testing-library/react';
import { fireEvent, render, screen } from '@testing-library/react';
import { ContentState, EditorState } from 'draft-js';
import { BaseComment } from '../BaseComment';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,5 @@ export default {
hasSkills: true,
hasVersions: true,
token: global.TOKEN,
docGenSidebarProps: {
enabled: true,
},
},
};

0 comments on commit f4da38b

Please sign in to comment.