mercurius-js / mercurius-integration-testing

Mercurius integration testing utility library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning about variadic listen method is thrown

emanuelet opened this issue · comments

Just wanted to inform that the package is throwing the following warning

(node:67421) [FSTDEP011] FastifyDeprecation: Variadic listen method is deprecated. Please use ".listen(optionsObject)" instead. The variadic signature will be removed in `fastify@5`.
    at Object.emit (/home/emanuele/projects/conpago-backend-nodejs/node_modules/process-warning/index.js:52:13)
    at Object.listen (/home/emanuele/projects/conpago-backend-nodejs/node_modules/fastify/lib/server.js:31:16)
    at /home/emanuele/projects/conpago-backend-nodejs/node_modules/mercurius-integration-testing/dist/index.js:106:31
    at processTicksAndRejections (node:internal/process/task_queues:96:5)