Skip to content

Commit

Permalink
yarn format
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanawesome committed Nov 12, 2022
1 parent 606c5f3 commit 4b49110
Show file tree
Hide file tree
Showing 5 changed files with 265 additions and 223 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import {
fireEvent,
render,
} from '@testing-library/react';
import { fireEvent, render } from '@testing-library/react';
import { GraphQLString, GraphQLObjectType, Kind } from 'graphql';

import { ExplorerContext, ExplorerFieldDef } from '../../context';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import {
fireEvent,
render,
} from '@testing-library/react';
import { fireEvent, render } from '@testing-library/react';
import {
GraphQLBoolean,
GraphQLEnumType,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import {
fireEvent,
render,
} from '@testing-library/react';
import { fireEvent, render } from '@testing-library/react';
import { GraphQLNonNull, GraphQLList, GraphQLString } from 'graphql';
import { ComponentProps } from 'react';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import {
fireEvent,
render,
} from '@testing-library/react';
import { fireEvent, render } from '@testing-library/react';
import { ComponentProps } from 'react';
import { formatQuery, HistoryItem } from '../components';
import { HistoryContextProvider } from '../context';
Expand Down
Loading

0 comments on commit 4b49110

Please sign in to comment.