'Adding test.js from dependancie to jason file

In my project some dependencies ramda-adjunct & ramda They have been added to my jason file accordingly as depenancies. They both have test.js files. I would like to run both test when I run >> npm run test I know that I need to modify jason pack to link to the test but I do not know how to do that. Any guides I do find assume I am creating test for my own project and not for the dependancies



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source