Skip to content

Commit

Permalink
fix: automatic release + deploying example app
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLindhout committed Dec 30, 2022
1 parent 4fd558b commit 2b623d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
process.env.TZ = 'GMT'
process.env.TZ = 'GMT';

module.exports = {
preset: 'react-native',
Expand All @@ -18,4 +18,4 @@ module.exports = {
'!**/example/**',
'!**/translations/**',
],
}
};
6 changes: 3 additions & 3 deletions testSetup.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { jest } from '@jest/globals'
jest.useFakeTimers()
jest.mock('react-native/Libraries/Animated/NativeAnimatedHelper')
import { jest } from '@jest/globals';
jest.useFakeTimers();
jest.mock('react-native/Libraries/Animated/NativeAnimatedHelper');

0 comments on commit 2b623d6

Please sign in to comment.