about summary refs log tree commit diff
path: root/jest
diff options
context:
space:
mode:
authorAryan Goharzad <arrygoo@gmail.com>2023-01-20 14:43:28 -0500
committerGitHub <noreply@github.com>2023-01-20 13:43:28 -0600
commit06e41167d05a26befb14b9742f4fc4ef3833d35d (patch)
tree53b1dea4922903ca91775980b6cfb1f0adea05e3 /jest
parent2fce1637b4ae01667da8ceafaa07a6266ab88450 (diff)
downloadvoidsky-06e41167d05a26befb14b9742f4fc4ef3833d35d.tar.zst
Lints some errors and warnings (#76)
Diffstat (limited to 'jest')
-rw-r--r--jest/jestSetup.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jest/jestSetup.js b/jest/jestSetup.js
index 1cad50c7a..b1f110a53 100644
--- a/jest/jestSetup.js
+++ b/jest/jestSetup.js
@@ -1,3 +1,5 @@
+/* global jest */
+
 import 'react-native-gesture-handler/jestSetup'
 jest.mock('@react-native-async-storage/async-storage', () =>
   require('@react-native-async-storage/async-storage/jest/async-storage-mock'),