You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(common): Restoring isEmpty method with test coverage
I got an error when running npm run test:coverage.
The @nestjs/graphql package depends on the isEmpty function from @nestjs/common.
After renaming isEmpty to isEmptyArray, the @nestjs/graphql package can no longer find the isEmpty function, leading to the error.
To fix this issue, I restored the isEmpty function for the @nestjs/graphql package.
0 commit comments