Skip to content

Commit

Permalink
refactor: self code review
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski committed Oct 18, 2024
1 parent fb54b88 commit b274e51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
flow-typed/
build/
experiments-rtl/
website/

jest-setup.ts
2 changes: 0 additions & 2 deletions jest-setup.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { resetToDefaults } from './src/pure';

//jest.mock('react-native/Libraries/Animated/NativeAnimatedHelper');

beforeEach(() => {
resetToDefaults();
});

0 comments on commit b274e51

Please sign in to comment.