Skip to content

Commit

Permalink
fix: eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
marabesi committed Oct 6, 2024
1 parent 160ff7c commit bd243e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__test__/Editors.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ describe('Editors', () => {

await waitFor(() => {
expect (screen.getByTestId('raw-json')).toHaveValue('{"random_json":"123"}');
expect (screen.getByTestId('raw-result')).toHaveValue('{\n "random_json": "123"\n}');
}, { timeout: 10000 });
expect (screen.getByTestId('raw-result')).toHaveValue('{\n "random_json": "123"\n}');
});

it('should render search element in the json editor', async () => {
Expand Down

0 comments on commit bd243e1

Please sign in to comment.