Skip to content

Commit

Permalink
chore(ui): disable eslint for require import in test
Browse files Browse the repository at this point in the history
  • Loading branch information
stanbaker committed Nov 14, 2022
1 parent 3530169 commit 88318c9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import EntityContext from '../../../shared/EntityContext';
import { EntityType, SchemaMetadata } from '../../../../../types.generated';

jest.mock('virtualizedtableforantd4', () => {
/* eslint-disable-next-line */
const { SchemaRow } = require('../../../shared/tabs/Dataset/Schema/components/SchemaRow');
return {
...jest.requireActual('virtualizedtableforantd4'),
Expand Down

0 comments on commit 88318c9

Please sign in to comment.