UNPKG

typeorm-test-transactions

Version:

A transactional wrapper for tests that use TypeORM that automatically rolls back the transaction at the end of the test.

6 lines 237 B
/** * Initialises the transaction context. See the reason for this at * https://github.com/odavid/typeorm-transactional-cls-hooked */ export declare function initialiseTestTransactions(): void; //# sourceMappingURL=initialise.d.ts.map