Supertokens init is causing our tests to fail on N...
# support-questions-legacy
m
Supertokens init is causing our tests to fail on Node.js + Fastify. Is there an async version or some other recommendation?
Copy code
Jest has detected the following 1 open handle potentially keeping Jest from exiting:

  ●  TLSWRAP

      488 |       return;
      489 |     }
    > 490 |     SuperTokens.init({
          |                 ^
      491 |       framework: 'fastify',
      492 |       supertokens: {
r
Hey @Morgante Pell
There is no async version of this. Can you open an issue about this on our GitHub and we can have a look
m
r
ok thanks