We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfaff9e commit 1ca49e0Copy full SHA for 1ca49e0
.github/workflows/example-apps.yml
@@ -32,4 +32,4 @@ jobs:
32
run: yarn --cwd examples/${{ matrix.example }} typecheck
33
34
- name: Test
35
- run: yarn --cwd examples/${{ matrix.example }} test --detectOpenHandles
+ run: yarn --cwd examples/${{ matrix.example }} test
0 commit comments