typeorm-fixtures
typeorm-fixtures copied to clipboard
:pill: Fixtures loader for typeorm πΊπ¦
[Bug]
| Software | Version(s) | | ---------------- | ---------- | | typeorm-fixtures | 3.0.0 | Node | v16.14.2 | npm/Yarn | yarn 1.22.15 | Operating System | Windows 11 The...
### Your Environment Locally | Software | Version(s) | | ---------------- | ---------- | | typeorm-fixtures | 1.11.1 | Node | v16.14.0 | npm/Yarn | 8.6.0 | Operating System |...
fix loads for relation with lazy loading set to true and rework some tests to work with memory database (and not mocks) The fix: https://github.com/RobinCK/typeorm-fixtures/pull/198/files#diff-a958cbc039c63bc97979da7c9fe89951b68123f8ffaf17b6cf4dde65532259bbR34 :)
### Your Environment | Software | Version(s) | | ---------------- | ---------- | | typeorm-fixtures | 1.0.4 | Node | 16.14.2 | Yarn | 1.22.18 | Operating System | Windows...
### Your Environment | Software | Version(s) | | ---------------- | ---------- | | typeorm-fixtures |1.11.0 | typeorm |0.2.45 | pg | 8.7.3 | Node |16.14.0 | npm/Yarn |yarn 3.2.0...
> npm ERR! > npm ERR! Could not resolve dependency: > npm ERR! peer lodash@"4.17.15" from [email protected] > npm ERR! node_modules/typeorm-fixtures > npm ERR! typeorm-fixtures@"*" from the root project Noob...
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...
Hello, I am trying to apply the Load Processor feature to automatically generate values for some but not all of my fixture items. Currently, the Load Processor applies the generated...
Hello, I'm trying to do a relation @ManyToMany between two different entities. The code seems to be fine. The problem is in my fixture, when I try to do the...
Hello ! For some reason, I'm using a factory to create the configuration for TypeORM Is it possible to upload this file? So that I can launch my fixture ?...