Added support for node modules installed in the project i.e. in package.json
"scripts": {
"test": "run-func some-module runMeFunction \"string as parameter\""
},
"dependencies": {
"some-module": "1.0.0"
}
Added support for node modules installed in the project i.e. in package.json
"scripts": {
"test": "run-func some-module runMeFunction \"string as parameter\""
},
"dependencies": {
"some-module": "1.0.0"
}