Skip to content

Commit

Permalink
Remove detectOpneHandles option
Browse files Browse the repository at this point in the history
  • Loading branch information
RodriSanchez1 committed Oct 19, 2023
1 parent f2e77ef commit 87ffd8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# run tests
- run:
name: Run Unit Tests
command: yarn test --detectOpenHandles --silent --updateSnapshot --no-watchman --maxWorkers=50% --testPathPattern="/Board|Communicator|App|Settings|Account|UI/"
command: yarn test --silent --updateSnapshot --no-watchman --maxWorkers=50% --testPathPattern="/Board|Communicator|App|Settings|Account|UI/"
image:
docker:
# specify the version you desire here
Expand Down

0 comments on commit 87ffd8c

Please sign in to comment.