Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit dabc09e

Browse files
committed
Close ZBClient in test
1 parent 7a69e72 commit dabc09e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/__tests__/integration/TypeSurfaceAreaTest.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ describe('Types API', () => {
88
complete.success()
99
}
1010
zbc.createWorker('nope', handler)
11+
zbc.close()
1112
expect(true).toBeTruthy()
1213
})
1314
})

0 commit comments

Comments
 (0)