Skip to content

Commit 2264e93

Browse files
committed
chore: uncomment jest from circleci
1 parent 78d108a commit 2264e93

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.circleci/config.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,9 @@ workflows:
175175
# - type-check:
176176
# requires:
177177
# - linux-checkout
178-
# TODO: uncomment after tests are fixed
179-
# - jest:
180-
# requires:
181-
# - linux-checkout
178+
- jest:
179+
requires:
180+
- linux-checkout
182181
- android-compile:
183182
requires:
184183
- linux-checkout

0 commit comments

Comments
 (0)