Skip to content

Commit

Permalink
Fix undefined variable in Jest setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ilmotta committed Apr 12, 2024
1 parent cbadc19 commit c67e044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jest/jestSetup.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const WebSocket = require('ws');
const { NativeModules } = require('react-native');

require('@react-native-async-storage/async-storage/jest/async-storage-mock');
mockAsyncStorage = require('@react-native-async-storage/async-storage/jest/async-storage-mock');
require('react-native-gesture-handler/jestSetup');
require('react-native-reanimated/src/reanimated2/jestUtils').setUpTests();

Expand Down

0 comments on commit c67e044

Please sign in to comment.