Toni Villena
Toni Villena
Hey, could you provide a reproduction repo? I don't see where the error can come. `tableName` is defined in the strategy https://github.com/tonivj5/typeorm-naming-strategies/blob/master/src/snake-naming.strategy.ts#L10 and the strategy is setted into the `connection`...
Could you add a small repro? (github repository preferrably)
Ey, @maku, have you tried with `2.0.0` or `4.0.0`? That was un error adding compatibility with ESM, but fixed upstream by typeorm. You can get more context from this other...
Hey! typeorm doesn't apply naming strategy to mongodb driver ([no namingStrategy use](https://github.com/typeorm/typeorm/blob/master/src/driver/mongodb/MongoQueryRunner.ts)). Typeorm should add support to it... Related issue https://github.com/typeorm/typeorm/issues/7410
I'm looking for an equivalent of `cy.server`'s `force404` option, without this option or similar behavior I can't move to `cy.intercept`... 😞
I have the same problem, any help? :cry:
I have debugged a bit why this happens, and it happens because Angular TestBed configure its compiler to [add some additional meta-info to the errors](https://github.com/angular/angular/blob/master/packages/core/src/view/errors.ts#L27-L46). That configuration is getted from...