flamewow / transactional-tests

Add transactional tests to typeorm projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nestjs transactional ctx for tests

Nestjs flavored transactional context for general purpose databases (typeorm is the only one supported now). This library provides a way to run your tests in a transactional context, so you can rollback all the changes made to the database after each test.

Inspired by typeorm-transactional-tests.

WIP: This library is still in development, so use it at your own risk.

About

Add transactional tests to typeorm projects


Languages

Language:TypeScript 98.1%Language:Shell 1.9%