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.

7 lines 274 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RollbackErrorException = void 0; class RollbackErrorException extends Error { } exports.RollbackErrorException = RollbackErrorException; //# sourceMappingURL=rollback-error-exception.js.map