Quramy / jest-prisma

Jest environment for integrated testing with Prisma client
MIT License
266 stars 15 forks source link

add test_todo event handling for endTransaction #123

Closed emeitch closed 8 months ago

emeitch commented 8 months ago

For a test.todo, jest still fires the test_start event (which triggers a new transaction) but instead of the test_done event, it fires test_todo. We need to call endTransaction for both events in order to properly close all transactions.

Quramy commented 8 months ago

@emeitch Thanks. I released this as v1.7.3