Remove IS_TEST env constant

This commit is contained in:
Dan Abramov
2024-12-13 03:52:03 +00:00
parent 2a26e396f8
commit 8fa630ab6c
8 changed files with 10 additions and 12 deletions
+1 -1
View File
@@ -54,4 +54,4 @@ jobs:
run: yarn intl:build
- name: Run tests
run: |
NODE_ENV=test EXPO_PUBLIC_ENV=test yarn test --forceExit
NODE_ENV=test yarn test --forceExit