From 3ff834a701d5c03cbd77ecc584c1e966a493329b Mon Sep 17 00:00:00 2001 From: Rodri Sanchez Date: Thu, 19 Oct 2023 19:50:06 -0300 Subject: [PATCH] Add board again and --detectOpenHandles --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8425f1d7d..52b5e3153 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="/Communicator|App|Settings|Account|UI/" + command: yarn test --silent --detectOpenHandles --updateSnapshot --no-watchman --maxWorkers=50% --testPathPattern="/Board|Communicator|App|Settings|Account|UI/" image: docker: # specify the version you desire here