Supabase Client Causing Resourse Leak During Integration Tests
I have a node project that we are working on porting over to deno for various unrelated reasons. The transition is going relitively smoothly, except for our integration tests. I keep ketting resourse leak issues stemming from a supabase client. As far as i know supabase clients close by themselves, since theres no close method on the client,
please not testdata was omitted due to length
here is the error with trace-leaks
thanks
2 Replies