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) 285 B
version: '3.6' services: database: image: mariadb:10.5 env_file: - env tests: build: context: $PWD/../../.. dockerfile: $PWD/../backend/Dockerfile env_file: - env command: ['run', 'test']