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.

15 lines (13 loc) 287 B
version: "3.6" services: database: image: postgres:9 env_file: - ./env tests: build: context: $PWD/../../.. dockerfile: $PWD/../backend/Dockerfile env_file: - ./env command: ["run", "test"]