Skip to content

Commit d326ac4

Browse files
committed
fix: eslint errors
1 parent f483558 commit d326ac4

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

tests/unit/onyxCacheTest.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-disable rulesdir/onyx-props-must-have-default */
21
import React from 'react';
32
import {render} from '@testing-library/react-native';
43

tests/unit/subscribeToPropertiesTest.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-disable rulesdir/onyx-props-must-have-default */
21
import type {ErrorInfo, ReactNode} from 'react';
32
import React from 'react';
43
import {render, cleanup} from '@testing-library/react-native';

tests/unit/withOnyxTest.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-disable rulesdir/onyx-props-must-have-default */
21
import React from 'react';
32
import {act, render} from '@testing-library/react-native';
43
import Onyx, {withOnyx} from '../../lib';

0 commit comments

Comments
 (0)