Posts by Jailson de Souza • 11 points
2 posts
-
0
votes0
answers13
viewsQ: Record the fastfycookie module in nestjs tests
Good morning, I am using nestjs to develop an api, Nest is already integrated with jest, I need to register the fastfycookie module in the test module as well as it is registered in Mains.ts…
-
0
votes1
answer64
viewsQ: Empty object javascript
Hello I have a function that returns an Object with several functions inside, I need this object to be returned as string, but when I do the JSON.stringfy() it returns an empty object. Can someone…