- 2 async operations to op_read were started before this test, but were completed during the test. Async operations should not complete in a test if they were not started in that test. | | - 1 async operation to op_spawn_wait was started before this test, but was completed during the test. Async operations should not complete in a test if they were not started in that test.
I have
sanitizeOps: false, sanitizeResources: false
sanitizeOps: false, sanitizeResources: false
and yet I get this error? I'm 99% sure this is from
npm:prisma
npm:prisma
aka I don't have control over it. I just need to figure out how to get this error to go away or my tests wont pass :/