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.

4 lines (2 loc) 124 B
import { initialiseTestDatabase } from './initialise-test-database'; initialiseTestDatabase().then(() => process.exit(0));