Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ecraig12345 committed Mar 18, 2022
1 parent 37d5431 commit f5307e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react-conformance/src/defaultErrorMessages.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { EOL } from 'os';
import * as path from 'path';

import { errorMessageColors, formatArray, getErrorMessage, formatErrors, getPackagePath } from './utils/index';
import { prettyDOM } from '@testing-library/dom';
import { prettyDOM } from '@testing-library/react';

/* eslint-disable @typescript-eslint/naming-convention */

Expand Down
2 changes: 1 addition & 1 deletion packages/react-conformance/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { isConformant } from './isConformant';
export * from './types';
export type { ConformanceTest, IsConformantOptions, TestObject, TestOptions } from './types';

0 comments on commit f5307e6

Please sign in to comment.