test: fix killing the registry mock server on teardown (#8695)

This commit is contained in:
Zoltan Kochan authored and GitHub committed 2024-10-25 21:24:08 +02:00
1 parent 2aed76dbaf
commit 1dd419cbb4
300 files changed
+548 -298

No files matched your search

-1
View File
@@ -1 +0,0 @@
module.exports = require('../../jest.config.js')
+3
View File
@@ -35,5 +35,8 @@
},
"exports": {
".": "./lib/index.js"
},
"jest": {
"preset": "@pnpm/jest-config"
}
}