-
### Describe the Bug (버그 설명)
On a new generation, running
`npm run test` fails
Also noticed that the test command doesnt set the env to "test" so i changed it to `"test": "cross-env NODE_ENV=test…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
I just spent the last day and a half tearing my hair out trying to figure out why my tests were breaking after upgrading to @typegoose/typegoose v6.
Turns out that the typegoose library stores an i…
-
Typegoose allows sharing of types between back-end and front-end. But it requires Mongose on client side for no reason.
So Mongoose is embedded inside the client bundle. Hence packages as Buffer. …
-
when use mongoose 6.4.4 show this error:
also I make connection with createConnection and I pass mongoose: myConnection in option
```
schema = schema._clone(this.base.Schema);
…
hmz22 updated
11 months ago
-
Typegoose is the "wrapper" I have in a project in order to interact with `mongoose`.
I have some objects that references other objects and on Typegoose it has to be done adding `Ref` to the object,…
Luard updated
2 years ago
-
Hi @bangbang93, it would be great to have a comparison of this library and `typegoose`, since they seem to have the same purpose. I saw that you originally made this repo because `typegoose` maintaine…
-
@hasezoey
I added some other expectations and now tests don't pass. , surprisingly the bar (nested in foo) is not saved!
Could you pull and verify? Thanks.
-
## The dependency [@typegoose/typegoose](https://github.com/typegoose/typegoose) was updated from `6.1.7` to `6.1.8`.
🚨 [View failing branch](https://github.com/tf2pickup-pl/server/compare/master...…
-
Feature request: magic-comments to keep classnames/function names.
eg).
```
// UGLIFYJS:KEEP_FUNCTION_NAME
class User extends Typegoose {
...
}
```
Why: I had problems with Webpack's ugli…