Rafal Rajtar
Rafal Rajtar
Had the same problem. Turns out that importing passport config without actually using it in app.ts means the same as not importing it. replacing `import * as passportConfig from "./config/passport";`...
@leandroruel thank you for your config but this still does not work for me. I've no idea but it seems like the `transformIgnorePatterns` is still ignored and you can't mock...
@ohrrkan As mentioned in the documentation here: https://supabase.com/docs/reference/javascript/select (example for 'Query referenced tables through a join table') We can infer types by doing this: ``` // To infer types, use...