diff --git a/.eslintignore b/.eslintignore index d67234f6..053705ff 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,3 +1,6 @@ flow-typed/ build/ experiments-rtl/ +website/ + +jest-setup.ts \ No newline at end of file diff --git a/jest-setup.ts b/jest-setup.ts index f2e14c4c..f120a77e 100644 --- a/jest-setup.ts +++ b/jest-setup.ts @@ -1,7 +1,5 @@ import { resetToDefaults } from './src/pure'; -//jest.mock('react-native/Libraries/Animated/NativeAnimatedHelper'); - beforeEach(() => { resetToDefaults(); });