Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfrancois committed Jul 24, 2023
1 parent 153b603 commit 4f8ca3a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { render, waitFor, screen } from '@testing-library/react';
import '@testing-library/jest-dom';
import ReactAce from 'react-ace';
import Code, { CodeProps } from './Code.component';
import 'ace-builds/src-noconflict/ext-language_tools';

// fix cannot read appendChild of null;
jest.mock('ally.js');
Expand Down

0 comments on commit 4f8ca3a

Please sign in to comment.