-
First of all.
@jeanfortheweb, Great Job you have done with this library! IMO this is the best solution for handling fixtures in the Typescript/TypeORM world. I don't know why it only has 26 stars …
-
Since the new Typeorm 0.3.x version (which makes typeorm-fixtures-cli unsupported), how are you dealing with fixtures in your projects (custom script, new library / cli, ...)?
-
### Your Environment
Locally
| Software | Version(s) |
| ---------------- | ---------- |
| typeorm-fixtures | 1.11.1
| Node | v16.14.0
| npm/Yarn | 8.6.0
| Oper…
-
Hi. Thank you for this awesome project.
I'm trying to use it with nestjs for e2e testing and i keep getting this error.
```
TypeScript diagnostics (customize using `[jest-config].globals.ts-jest.di…
-
I'm (programmatically) using `typeorm-fixtures` for integration testing: on `beforeEach` I load a fixtures folder to set my DB in a certain state (let's call it a "scenario") and run my tests against …
-
### Your Environment
Incompatibility with `Prisma v3+`
```
Fail fixture loading: @prisma/client did not initialize yet. Please run "prisma generate" and try to import it again.
In case this error …
-
| Software | Version(s) |
| ---------------- | ---------- |
| typeorm-fixtures | 1.7.0 |
| Node | 14.4.0 |
| Yarn | 1.22.4 |
| Operating System | Debian 10 |
```
$…
-
### Your Environment
| Software | Version(s) |
| ---------------- | ---------- |
| typeorm-fixtures | 1.9.1
| Node | 15
| npm/Yarn | 1.22.5
| Operating System |…
-
In some highly decoupled projects with large number of integration tests it is sometimes convenient not to store all the fixtures in one place, but to put them closer to tested modules. Currently I fo…
-
I have a makefile with a command:
`db-sync:
NODE_ENV=$(NODE_ENV) $(NPM_BIN)/fixtures --config ./ormconfig.js --sync --debug ./data/fixtures
`
**When I run this code, I get:**
`Fail fixture …