Aithusa
03/12/2023, 4:14 AMsh
Jest has detected the following 1 open handle potentially keeping Jest from exiting:
● TCPWRAP
13 | */
14 | function setup(app: Express) : any {
> 15 | SuperTokens.init({
when I'm testing my nodejs app its showing up with this error how can I fix thisrp_st
03/12/2023, 5:38 AMSupertokens.init({
// ... other config
telemetry: false
})