Guy Senpai

Results 8 comments of Guy Senpai

is there someone here who has resolved this issue or has a solution for that?

Use ``` let newUser = create(...) ```

I mean ``` let newUser = User.create(...); ```

I have same issue with vitest 2.1.8. I've try mock `fs` import like `@nx/devkit > nx > fs`. `@nx/devkit` and `nx` is commonjs lib. I've try with this config, but...