Skip to content

Commit

Permalink
test: move Editor test to rtl-spec
Browse files Browse the repository at this point in the history
  • Loading branch information
erikian committed Aug 3, 2024
1 parent 5b3dce7 commit 1437e6b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import * as React from 'react';

import { shallow } from 'enzyme';

import { EditorId, MAIN_JS } from '../../../src/interfaces';
import { Editor } from '../../../src/renderer/components/editor';
import { AppState } from '../../../src/renderer/state';
import { EditorId, MAIN_JS } from '../../src/interfaces';
import { Editor } from '../../src/renderer/components/editor';
import { AppState } from '../../src/renderer/state';

type DidMount = () => void;

Expand Down

0 comments on commit 1437e6b

Please sign in to comment.