- run:
name: "Test"
command: yarn test $(circleci tests glob "**/__tests__/**.(ts|tsx)" | circleci tests split)
I’m splitting tests and they don’t run just sit there in the queue.
- run:
name: "Test"
command: yarn test $(circleci tests glob "**/__tests__/**.(ts|tsx)" | circleci tests split)
I’m splitting tests and they don’t run just sit there in the queue.
Do you use jest?