I am creating a Gradle task which run a npm comman...
# community-support
j
I am creating a Gradle task which run a npm command that doesn't have a defined time to be finished (typical
serve
task for websites). How should I test this task?