diff --git a/.circleci/config.yml b/.circleci/config.yml index 1efc9a7e4..29ebe3f58 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -26,7 +26,7 @@ jobs: # run tests - run: name: Run Unit Tests - command: yarn test -- --silent --updateSnapshot --no-watchman --maxWorkers=50% --testPathPattern="/Board|Communicator|App|Settings|Account|UI/" + command: yarn test --detectOpenHandles --silent --updateSnapshot --no-watchman --maxWorkers=50% --testPathPattern="/Board|Communicator|App|Settings|Account|UI/" image: docker: # specify the version you desire here