https://supertokens.com/ logo
Title
v

veritas

10/30/2022, 11:49 PM
Supertokens init is causing our tests to fail on Node.js + Fastify. Is there an async version or some other recommendation?
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

rp

10/31/2022, 2:31 AM
Hey @veritas
There is no async version of this. Can you open an issue about this on our GitHub and we can have a look
r

rp

10/31/2022, 5:04 AM
ok thanks