From 2b623d61025f79462491ce4a138ebb8a9507b53a Mon Sep 17 00:00:00 2001 From: Richard Lindhout Date: Fri, 30 Dec 2022 15:52:05 +0100 Subject: [PATCH] fix: automatic release + deploying example app --- jest.config.js | 4 ++-- testSetup.js | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/jest.config.js b/jest.config.js index 078fdec..754c9d3 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,4 +1,4 @@ -process.env.TZ = 'GMT' +process.env.TZ = 'GMT'; module.exports = { preset: 'react-native', @@ -18,4 +18,4 @@ module.exports = { '!**/example/**', '!**/translations/**', ], -} +}; diff --git a/testSetup.js b/testSetup.js index 6103c6d..80437f8 100644 --- a/testSetup.js +++ b/testSetup.js @@ -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');