Skip to content

Commit f8470f1

Browse files
committed
add done
1 parent d935e7d commit f8470f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plugins/node/opentelemetry-instrumentation-pg/test/pg-pool.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -918,6 +918,10 @@ describe('pg-pool', () => {
918918
});
919919

920920
describe('pg-pool (ESM)', () => {
921+
after(done => {
922+
done();
923+
});
924+
921925
it('should work with ESM usage', async () => {
922926
await testUtils.runTestFixture({
923927
cwd: __dirname,

0 commit comments

Comments
 (0)