noppoMan / npdynamodb

A Node.js Simple Query Builder and ORM for AWS DynamoDB
112 stars 19 forks source link

Problem on node for test using jest. #68

Open LucasBadico opened 6 years ago

LucasBadico commented 6 years ago

When I tried to use jest. I was geting a error with the inexistence of dynamo-doc module. My invastigation lead me to the instruction to use the build version inside the package. But it was erroed also, this time with fs.exists. My solution was to enter on the module inside my node modules, and make a npm install. This bring the dynamo-doc rigth and I was able to use the module, and not the builded version.